Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
2ba0fae6
Commit
2ba0fae6
authored
Jun 12, 2001
by
Niels Möller
Browse files
Deleted some redundant code.
Rev: src/nettle/testsuite/md5-test.m4:1.2
parent
886f9d7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/testsuite/md5-test.m4
View file @
2ba0fae6
...
...
@@ -9,13 +9,6 @@ md5_init(&ctx);
md5_final(&ctx);
md5_digest(&ctx, MD5_DIGEST_SIZE, digest);
if (!MEMEQ(MD5_DIGEST_SIZE, digest, H("D41D8CD98F00B204 E9800998ECF8427E")))
FAIL;
md5_init(&ctx);
md5_final(&ctx);
md5_digest(&ctx, MD5_DIGEST_SIZE, digest);
if (!MEMEQ(MD5_DIGEST_SIZE, digest, H("D41D8CD98F00B204 E9800998ECF8427E")))
FAIL;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment