diff options
Diffstat (limited to 'openssl/crypto/opensslconf.h')
-rw-r--r-- | openssl/crypto/opensslconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openssl/crypto/opensslconf.h b/openssl/crypto/opensslconf.h index 57abb87d9..7513d14c7 100644 --- a/openssl/crypto/opensslconf.h +++ b/openssl/crypto/opensslconf.h @@ -1,6 +1,9 @@ /* opensslconf.h */ /* WARNING: Generated automatically from opensslconf.h.in by Configure. */ +#ifdef __cplusplus +extern "C" { +#endif /* OpenSSL was configured with the following options: */ #ifndef OPENSSL_DOING_MAKEDEPEND @@ -233,3 +236,6 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! #endif /* DES_DEFAULT_OPTIONS */ #endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif |