From 6e1ca6b80fb50ff5e1c065b7ac12635487b4a6d2 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 15 Jun 1998 15:41:04 +0000 Subject: extensions are now working and fixed a lot of bugs --- cipher/cipher.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cipher/cipher.c') 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 -- cgit v1.2.3