Skip to content
GitLab
Menu
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
0c63ad92
Commit
0c63ad92
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
ef6fce33
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/testsuite/blowfish-test.m4
View file @
0c63ad92
...
...
@@ -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
.
Attach a 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