removed libcrypto includes

This commit is contained in:
Andreas Steffen
2009-05-14 23:07:17 +02:00
parent b5fd65e95c
commit c628e3455d
2 changed files with 1 additions and 5 deletions
-1
View File
@@ -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"
+1 -4
View File
@@ -17,12 +17,9 @@
#include <string.h>
#include <stddef.h>
#include <sys/types.h>
#include <errno.h>
#include <freeswan.h>
#define HEADER_DES_LOCL_H /* stupid trick to force prototype decl in <des.h> */
#include <libdes/des.h>
#include <errno.h>
#include "constants.h"
#include "defs.h"