diff options
author | megamage <none@none> | 2009-05-13 18:27:44 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-13 18:27:44 -0500 |
commit | 15936b41974e91c40c745715c56f768638ee9786 (patch) | |
tree | 79e9e184ddafd36313ab0bde06b6c4c50c8ce625 /dep/include/openssl/opensslv.h | |
parent | cd2857fc3f36884d6187310a98c6febb2d9b679c (diff) |
Updated OpenSSL lib to OpenSSL 0.9.8k Author: tomrus88
--HG--
branch : trunk
Diffstat (limited to 'dep/include/openssl/opensslv.h')
-rw-r--r-- | dep/include/openssl/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dep/include/openssl/opensslv.h b/dep/include/openssl/opensslv.h index 09687b5136a..c6207f76b2c 100644 --- a/dep/include/openssl/opensslv.h +++ b/dep/include/openssl/opensslv.h @@ -25,11 +25,11 @@ * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -#define OPENSSL_VERSION_NUMBER 0x009080afL +#define OPENSSL_VERSION_NUMBER 0x009080bfL #ifdef OPENSSL_FIPS -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8j-fips 07 Jan 2009" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8k-fips 25 Mar 2009" #else -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8j 07 Jan 2009" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8k 25 Mar 2009" #endif #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT |