From 0517912893d7fbe182ed177b3d19aafed76e0434 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sat, 2 Jul 2005 18:54:23 +0200
Subject: [PATCH] (NETTLE_MAX_CIPHER_BLOCK_SIZE): New constant.

Rev: src/nettle/nettle-internal.h:1.7
---
 nettle-internal.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nettle-internal.h b/nettle-internal.h
index d91f0f4d..9b0f9e8d 100644
--- a/nettle-internal.h
+++ b/nettle-internal.h
@@ -48,7 +48,8 @@ do { if (size > (sizeof(name) / sizeof(name[0]))) abort(); } while (0)
 #define NETTLE_MAX_HASH_BLOCK_SIZE 64
 #define NETTLE_MAX_HASH_DIGEST_SIZE 32
 #define NETTLE_MAX_SEXP_ASSOC 17
- 
+#define NETTLE_MAX_CIPHER_BLOCK_SIZE 32
+
 /* Doesn't quite fit with the other algorithms, because of the weak
  * keys. Weak keys are not reported, the functions will simply crash
  * if you try to use a weak key. */
-- 
GitLab