source: trunk/server/common/patches/openssl-1.0.0n-version.patch @ 2558

Last change on this file since 2558 was 2558, checked in by andersk, 10 years ago
Update OpenSSL to 1.0.0n
File size: 798 bytes
RevLine 
[2558]1diff -up openssl-1.0.0k/crypto/opensslv.h.version openssl-1.0.0k/crypto/opensslv.h
2--- openssl-1.0.0k/crypto/opensslv.h.version    2013-02-19 21:12:26.903472656 +0100
3+++ openssl-1.0.0k/crypto/opensslv.h    2013-02-19 21:14:35.613100870 +0100
4@@ -25,7 +25,7 @@
5  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
6  *  major minor fix final patch/beta)
7  */
8-#define OPENSSL_VERSION_NUMBER 0x100000efL
9+#define OPENSSL_VERSION_NUMBER 0x10000003L
10 #ifdef OPENSSL_FIPS
11 #define OPENSSL_VERSION_TEXT   "OpenSSL 1.0.0n-fips 6 Aug 2014"
12 #else
13@@ -83,7 +83,7 @@
14  * should only keep the versions that are binary compatible with the current.
15  */
16 #define SHLIB_VERSION_HISTORY ""
17-#define SHLIB_VERSION_NUMBER "1.0.0"
18+#define SHLIB_VERSION_NUMBER "1.0.0n"
19 
20 
21 #endif /* HEADER_OPENSSLV_H */
Note: See TracBrowser for help on using the repository browser.