aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/crypto.c')
-rw-r--r--src/pluto/crypto.c5
1 files changed, 1 insertions, 4 deletions
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 <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"