From 08b250a612b20b3d5b37f10db07f5831110ae2c6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sun, 17 Jun 2001 19:55:54 +0200
Subject: [PATCH] * blowfish.h (BLOWFISH_MAX_KEY_SIZE): Fixed, should be 56.

* blowfish.h (struct blowfish_ctx): Use a two-dimensional array
for s.

Rev: src/nettle/blowfish.h:1.6
---
 blowfish.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blowfish.h b/blowfish.h
index 19366775..eb346a77 100644
--- a/blowfish.h
+++ b/blowfish.h
@@ -32,7 +32,7 @@
 
 /* Variable key size between 64 and 448 bits. */
 #define BLOWFISH_MIN_KEY_SIZE 8
-#define BLOWFISH_MAX_KEY_SIZE 32
+#define BLOWFISH_MAX_KEY_SIZE 56
 
 /* Default to 128 bits */
 #define BLOWFISH_KEY_SIZE 16
-- 
GitLab