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
Marcus Hoffmann
nettle
Commits
4868f036
Commit
4868f036
authored
Jun 16, 2001
by
Niels Möller
Browse files
* testsuite/blowfish-test.m4: Fixed test.
Rev: src/nettle/testsuite/blowfish-test.m4:1.4
parent
3a9047ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/blowfish-test.m4
View file @
4868f036
...
...
@@ -15,7 +15,7 @@ if (!MEMEQ(BLOWFISH_BLOCK_SIZE, cipher, H("32 4E D0 FE F4 13 A2 03")))
FAIL;
blowfish_decrypt(&ctx, BLOWFISH_BLOCK_SIZE, clear, cipher);
if (!MEMEQ(
16
, "BLOWFISH", clear))
if (!MEMEQ(
BLOWFISH_BLOCK_SIZE
, "BLOWFISH", clear))
FAIL;
/* FIXME: All values below are bogus. */
...
...
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