aboutsummaryrefslogtreecommitdiffstats
path: root/include/cipher.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-09-18 15:24:53 +0000
committerWerner Koch <[email protected]>1998-09-18 15:24:53 +0000
commitb4aeef458c51b9debd394592e76b93cc6b00e0a2 (patch)
treee87818f5c15e12189f5fc054faf6d09e07e3d120 /include/cipher.h
parentMichael Roth has released is des impl. (diff)
downloadgnupg-b4aeef458c51b9debd394592e76b93cc6b00e0a2.tar.gz
gnupg-b4aeef458c51b9debd394592e76b93cc6b00e0a2.zip
.
Diffstat (limited to 'include/cipher.h')
-rw-r--r--include/cipher.h2
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;