Browse Source

fix the array length

pull/8/head
Max Lv 11 years ago
parent
commit
ef8c147f05
1 changed files with 1 additions and 1 deletions
  1. 2
      src/encrypt.c

2
src/encrypt.c

@ -28,7 +28,7 @@ static dump(char *tag, char *text) {
} }
#endif #endif
static const char* supported_ciphers[8] = {
static const char* supported_ciphers[14] = {
"table", "table",
"rc4", "rc4",
"aes-128-cfb", "aes-128-cfb",

Loading…
Cancel
Save