summaryrefslogtreecommitdiffstats
path: root/cipher/cipher.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-06-15 17:41:04 +0200
committerWerner Koch <wk@gnupg.org>1998-06-15 17:41:04 +0200
commit6e1ca6b80fb50ff5e1c065b7ac12635487b4a6d2 (patch)
tree7c4a888893a91b59753b3d89e59832f8c24ba039 /cipher/cipher.c
parentgnupg extension are now working (diff)
downloadgnupg2-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.c2
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