summaryrefslogtreecommitdiffstats
path: root/include/cipher.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-04-06 20:04:55 +0200
committerWerner Koch <wk@gnupg.org>1999-04-06 20:04:55 +0200
commit1b9a820c19d8ada57d19ea9ec1bbf7e80cb69d18 (patch)
treefa5639c6ee2652942b712a244125734d7155c937 /include/cipher.h
parent./BUGS (diff)
downloadgnupg2-1b9a820c19d8ada57d19ea9ec1bbf7e80cb69d18.tar.xz
gnupg2-1b9a820c19d8ada57d19ea9ec1bbf7e80cb69d18.zip
See ChangeLog: Tue Apr 6 19:58:12 CEST 1999 Werner Koch
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 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;