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 3c4edc7ce..75a7b7175 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -61,7 +61,7 @@ typedef struct { int algo; int keylen; - byte key[24]; /* this is the largest used keylen (3des) */ + byte key[32]; /* this is the largest used keylen (256 bit) */ } DEK; struct cipher_handle_s; |