diff options
Diffstat (limited to 'include/cipher.h')
-rw-r--r-- | include/cipher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cipher.h b/include/cipher.h index d26812647..14b99803e 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -60,7 +60,7 @@ typedef struct { int algo; int keylen; - byte key[20]; /* this is the largest used keylen */ + byte key[24]; /* this is the largest used keylen (3des) */ } DEK; typedef struct cipher_handle_s *CIPHER_HANDLE; |