]> git.ipfire.org Git - ipfire-3.x.git/blob - openssl/patches/openssl-1.0.0e-version.patch
gnutls: Update to 3.0.3.
[ipfire-3.x.git] / openssl / patches / openssl-1.0.0e-version.patch
1 diff -up openssl-1.0.0e/crypto/opensslv.h.version openssl-1.0.0e/crypto/opensslv.h
2 --- openssl-1.0.0e/crypto/opensslv.h.version 2011-09-07 13:55:52.000000000 +0200
3 +++ openssl-1.0.0e/crypto/opensslv.h 2011-09-07 13:59:28.000000000 +0200
4 @@ -25,7 +25,8 @@
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 0x1000005fL
9 +/* we have to keep the version number to not break the abi */
10 +#define OPENSSL_VERSION_NUMBER 0x10000003
11 #ifdef OPENSSL_FIPS
12 #define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0e-fips 6 Sep 2011"
13 #else
14 @@ -83,7 +84,7 @@
15 * should only keep the versions that are binary compatible with the current.
16 */
17 #define SHLIB_VERSION_HISTORY ""
18 -#define SHLIB_VERSION_NUMBER "1.0.0"
19 +#define SHLIB_VERSION_NUMBER "1.0.0e"
20
21
22 #endif /* HEADER_OPENSSLV_H */