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, 11 years ago | |
---|---|
File size: 798 bytes |
-
openssl-1.0.0k/crypto/opensslv.h
diff -up openssl-1.0.0k/crypto/opensslv.h.version openssl-1.0.0k/crypto/opensslv.h
old new 25 25 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for 26 26 * major minor fix final patch/beta) 27 27 */ 28 #define OPENSSL_VERSION_NUMBER 0x100000 efL28 #define OPENSSL_VERSION_NUMBER 0x10000003L 29 29 #ifdef OPENSSL_FIPS 30 30 #define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0n-fips 6 Aug 2014" 31 31 #else … … 83 83 * should only keep the versions that are binary compatible with the current. 84 84 */ 85 85 #define SHLIB_VERSION_HISTORY "" 86 #define SHLIB_VERSION_NUMBER "1.0.0 "86 #define SHLIB_VERSION_NUMBER "1.0.0n" 87 87 88 88 89 89 #endif /* HEADER_OPENSSLV_H */
Note: See TracBrowser
for help on using the repository browser.