diff options
Diffstat (limited to 'src/lib/libcrypto/des/des_locl.h')
-rw-r--r-- | src/lib/libcrypto/des/des_locl.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ | |||
59 | #ifndef HEADER_DES_LOCL_H | 59 | #ifndef HEADER_DES_LOCL_H |
60 | #define HEADER_DES_LOCL_H | 60 | #define HEADER_DES_LOCL_H |
61 | 61 | ||
62 | #include <openssl/e_os2.h> | ||
63 | |||
64 | #include <stdio.h> | 62 | #include <stdio.h> |
65 | #include <stdlib.h> | 63 | #include <stdlib.h> |
66 | #include <string.h> | 64 | #include <string.h> |
67 | 65 | ||
68 | #include <unistd.h> | 66 | #include <unistd.h> |
69 | #include <math.h> | 67 | #include <math.h> |
68 | |||
69 | #include <openssl/opensslconf.h> | ||
70 | |||
70 | #include <openssl/des.h> | 71 | #include <openssl/des.h> |
71 | 72 | ||
72 | #define ITERATIONS 16 | 73 | #define ITERATIONS 16 |