summaryrefslogtreecommitdiff
path: root/nettle-internal.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-02-11 18:46:17 +0100
committerNiels Möller <nisse@lysator.liu.se>2002-02-11 18:46:17 +0100
commita5b7d824cbb68beb797eec4afe3e3290c3fca7d4 (patch)
tree60533806f2f95c2c52253f681b755b3cade51074 /nettle-internal.c
parentdfe944a971512f413fc3c74ca8066ee7a70f6d5c (diff)
downloadnettle-a5b7d824cbb68beb797eec4afe3e3290c3fca7d4.tar.gz
(nettle_blowfish128): Fixed definition, with
key size in bits. Rev: src/nettle/nettle-internal.c:1.2
Diffstat (limited to 'nettle-internal.c')
-rw-r--r--nettle-internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nettle-internal.c b/nettle-internal.c
index b1364634..52e79b0b 100644
--- a/nettle-internal.c
+++ b/nettle-internal.c
@@ -78,4 +78,4 @@ nettle_des3 = {
/* NOTE: This is not as nice as one might think, as it will crash if
* we try to encrypt something with a weak key. */
const struct nettle_cipher
-nettle_blowfish128 = _NETTLE_CIPHER(blowfish, BLOWFISH, 16);
+nettle_blowfish128 = _NETTLE_CIPHER(blowfish, BLOWFISH, 128);