diff options
Diffstat (limited to 'src/lib/libssl/src/crypto/cryptlib.h')
-rw-r--r-- | src/lib/libssl/src/crypto/cryptlib.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/src/crypto/cryptlib.h b/src/lib/libssl/src/crypto/cryptlib.h index e3d38524ae..5eff5d3141 100644 --- a/src/lib/libssl/src/crypto/cryptlib.h +++ b/src/lib/libssl/src/crypto/cryptlib.h | |||
@@ -62,10 +62,6 @@ | |||
62 | #include <stdlib.h> | 62 | #include <stdlib.h> |
63 | #include <string.h> | 63 | #include <string.h> |
64 | 64 | ||
65 | #ifdef __cplusplus | ||
66 | extern "C" { | ||
67 | #endif | ||
68 | |||
69 | #include "openssl/e_os.h" | 65 | #include "openssl/e_os.h" |
70 | 66 | ||
71 | #include <openssl/crypto.h> | 67 | #include <openssl/crypto.h> |
@@ -74,6 +70,10 @@ extern "C" { | |||
74 | #include <openssl/err.h> | 70 | #include <openssl/err.h> |
75 | #include <openssl/opensslconf.h> | 71 | #include <openssl/opensslconf.h> |
76 | 72 | ||
73 | #ifdef __cplusplus | ||
74 | extern "C" { | ||
75 | #endif | ||
76 | |||
77 | #ifndef VMS | 77 | #ifndef VMS |
78 | #define X509_CERT_AREA OPENSSLDIR | 78 | #define X509_CERT_AREA OPENSSLDIR |
79 | #define X509_CERT_DIR OPENSSLDIR "/certs" | 79 | #define X509_CERT_DIR OPENSSLDIR "/certs" |