From ef8c147f051d6122b0173af8c658f8a9fcda5051 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Wed, 5 Jun 2013 12:19:09 +0800 Subject: [PATCH] fix the array length --- src/encrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/encrypt.c b/src/encrypt.c index 33831a0a..3c5cee6c 100644 --- a/src/encrypt.c +++ b/src/encrypt.c @@ -28,7 +28,7 @@ static dump(char *tag, char *text) { } #endif -static const char* supported_ciphers[8] = { +static const char* supported_ciphers[14] = { "table", "rc4", "aes-128-cfb",