diff options
author | beck <> | 2000-12-15 02:58:47 +0000 |
---|---|---|
committer | beck <> | 2000-12-15 02:58:47 +0000 |
commit | 9200bb13d15da4b2a23e6bc92c20e95b74aa2113 (patch) | |
tree | 5c52d628ec1e34be76e7ef2a4235d248b7c44d24 /src/lib/libcrypto/mdc2/mdc2.h | |
parent | e131d25072e3d4197ba4b9bcc0d1b27d34d6488d (diff) | |
download | openbsd-9200bb13d15da4b2a23e6bc92c20e95b74aa2113.tar.gz openbsd-9200bb13d15da4b2a23e6bc92c20e95b74aa2113.tar.bz2 openbsd-9200bb13d15da4b2a23e6bc92c20e95b74aa2113.zip |
openssl-engine-0.9.6 merge
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 |