From c628e3455d486e0ebc1b98e749f9b625a9e65523 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 14 May 2009 23:07:17 +0200 Subject: [PATCH] removed libcrypto includes --- src/pluto/alg/ike_alg_twofish.c | 1 - src/pluto/crypto.c | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/pluto/alg/ike_alg_twofish.c b/src/pluto/alg/ike_alg_twofish.c index 38ba4adb2..c4877af01 100644 --- a/src/pluto/alg/ike_alg_twofish.c +++ b/src/pluto/alg/ike_alg_twofish.c @@ -7,7 +7,6 @@ #include "constants.h" #include "defs.h" #include "log.h" -#include "libtwofish/twofish_cbc.h" #include "alg_info.h" #include "ike_alg.h" diff --git a/src/pluto/crypto.c b/src/pluto/crypto.c index 68d1cfd5a..cc88bc730 100644 --- a/src/pluto/crypto.c +++ b/src/pluto/crypto.c @@ -17,12 +17,9 @@ #include #include #include +#include #include -#define HEADER_DES_LOCL_H /* stupid trick to force prototype decl in */ -#include - -#include #include "constants.h" #include "defs.h"