Skip to content
Snippets Groups Projects
Commit 4868f036 authored by Niels Möller's avatar Niels Möller
Browse files

* testsuite/blowfish-test.m4: Fixed test.

Rev: src/nettle/testsuite/blowfish-test.m4:1.4
parent 3a9047ac
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ if (!MEMEQ(BLOWFISH_BLOCK_SIZE, cipher, H("32 4E D0 FE F4 13 A2 03"))) ...@@ -15,7 +15,7 @@ if (!MEMEQ(BLOWFISH_BLOCK_SIZE, cipher, H("32 4E D0 FE F4 13 A2 03")))
FAIL; FAIL;
blowfish_decrypt(&ctx, BLOWFISH_BLOCK_SIZE, clear, cipher); blowfish_decrypt(&ctx, BLOWFISH_BLOCK_SIZE, clear, cipher);
if (!MEMEQ(16, "BLOWFISH", clear)) if (!MEMEQ(BLOWFISH_BLOCK_SIZE, "BLOWFISH", clear))
FAIL; FAIL;
/* FIXME: All values below are bogus. */ /* FIXME: All values below are bogus. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment