summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gnutls_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 0db05af163..bc0025db30 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -122,7 +122,7 @@ typedef struct {
#define MAX_MAC_KEY_SIZE 64
-#define MAX_CIPHER_BLOCK_SIZE 16
+#define MAX_CIPHER_BLOCK_SIZE 64 /* CHACHA20 */
#define MAX_CIPHER_KEY_SIZE 32
#define MAX_CIPHER_IV_SIZE 16