diff options
Diffstat (limited to 'src/lib/libcrypto/mdc2/mdc2.h')
-rw-r--r-- | src/lib/libcrypto/mdc2/mdc2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/mdc2/mdc2.h b/src/lib/libcrypto/mdc2/mdc2.h index 00acd707cd..5da8da72f5 100644 --- a/src/lib/libcrypto/mdc2/mdc2.h +++ b/src/lib/libcrypto/mdc2/mdc2.h | |||
@@ -59,12 +59,12 @@ | |||
59 | #ifndef HEADER_MDC2_H | 59 | #ifndef HEADER_MDC2_H |
60 | #define HEADER_MDC2_H | 60 | #define HEADER_MDC2_H |
61 | 61 | ||
62 | #include <openssl/des.h> | ||
63 | |||
62 | #ifdef __cplusplus | 64 | #ifdef __cplusplus |
63 | extern "C" { | 65 | extern "C" { |
64 | #endif | 66 | #endif |
65 | 67 | ||
66 | #include <openssl/des.h> | ||
67 | |||
68 | #ifdef NO_MDC2 | 68 | #ifdef NO_MDC2 |
69 | #error MDC2 is disabled. | 69 | #error MDC2 is disabled. |
70 | #endif | 70 | #endif |