mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
.
This commit is contained in:
parent
17c023bf69
commit
b4aeef458c
38 changed files with 447 additions and 56 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue