diff options
author | Werner Koch <wk@gnupg.org> | 1998-06-15 17:41:04 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-06-15 17:41:04 +0200 |
commit | 6e1ca6b80fb50ff5e1c065b7ac12635487b4a6d2 (patch) | |
tree | 7c4a888893a91b59753b3d89e59832f8c24ba039 /cipher/cipher.c | |
parent | gnupg extension are now working (diff) | |
download | gnupg2-6e1ca6b80fb50ff5e1c065b7ac12635487b4a6d2.tar.xz gnupg2-6e1ca6b80fb50ff5e1c065b7ac12635487b4a6d2.zip |
extensions are now working and fixed a lot of bugs
Diffstat (limited to 'cipher/cipher.c')
-rw-r--r-- | cipher/cipher.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cipher/cipher.c b/cipher/cipher.c index 064947865..cedcb37af 100644 --- a/cipher/cipher.c +++ b/cipher/cipher.c @@ -31,7 +31,6 @@ #include "cipher.h" #include "blowfish.h" #include "cast5.h" -#include "des.h" #include "dynload.h" @@ -64,7 +63,6 @@ struct cipher_handle_s { }; - static void dummy_setkey( void *c, byte *key, unsigned keylen ) { } static void |