diff options
Diffstat (limited to 'Cryptlib/Include/openssl/opensslv.h')
| -rw-r--r-- | Cryptlib/Include/openssl/opensslv.h | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/Cryptlib/Include/openssl/opensslv.h b/Cryptlib/Include/openssl/opensslv.h index 1c671fdb..c06b13ac 100644 --- a/Cryptlib/Include/openssl/opensslv.h +++ b/Cryptlib/Include/openssl/opensslv.h @@ -1,6 +1,10 @@ #ifndef HEADER_OPENSSLV_H # define HEADER_OPENSSLV_H +#ifdef __cplusplus +extern "C" { +#endif + /*- * Numeric release version identifier: * MNNFFPPS: major minor fix patch status @@ -26,11 +30,11 @@ * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -# define OPENSSL_VERSION_NUMBER 0x009081ffL +# define OPENSSL_VERSION_NUMBER 0x1000204fL # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8zf-fips 19 Mar 2015" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2d-fips 9 Jul 2015" # else -# define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8zf 19 Mar 2015" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2d 9 Jul 2015" # endif # define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT @@ -84,6 +88,10 @@ * should only keep the versions that are binary compatible with the current. */ # define SHLIB_VERSION_HISTORY "" -# define SHLIB_VERSION_NUMBER "0.9.8" +# define SHLIB_VERSION_NUMBER "1.0.0" + +#ifdef __cplusplus +} +#endif #endif /* HEADER_OPENSSLV_H */ |
