From ea9d79c4cd69bfc81e564708ee81e8e5285d79e2 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 24 May 2014 09:16:08 +0000 Subject: Almost nothing actually needs to include , however by including it they get . So instead of pulling in , just pull in . "go ahead" miod@ --- src/lib/libcrypto/des/des_locl.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/des') diff --git a/src/lib/libcrypto/des/des_locl.h b/src/lib/libcrypto/des/des_locl.h index 1a21467b3e..cf28f59d4a 100644 --- a/src/lib/libcrypto/des/des_locl.h +++ b/src/lib/libcrypto/des/des_locl.h @@ -59,14 +59,15 @@ #ifndef HEADER_DES_LOCL_H #define HEADER_DES_LOCL_H -#include - #include #include #include #include #include + +#include + #include #define ITERATIONS 16 -- cgit v1.2.3-55-g6feb