diff options
Diffstat (limited to 'include/cipher.h')
-rw-r--r-- | include/cipher.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cipher.h b/include/cipher.h index 6863f98ec..ef00e5c3f 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -63,6 +63,7 @@ typedef struct { int algo; int keylen; + int algo_info_printed; byte key[32]; /* this is the largest used keylen (256 bit) */ } DEK; |