]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - pkgs/openssl/patches/openssl-1.0.0d-version.patch
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / openssl / patches / openssl-1.0.0d-version.patch
1 diff -up openssl-1.0.0d/crypto/opensslv.h.version openssl-1.0.0d/crypto/opensslv.h
2 --- openssl-1.0.0d/crypto/opensslv.h.version 2011-02-10 14:24:52.000000000 +0100
3 +++ openssl-1.0.0d/crypto/opensslv.h 2011-02-10 14:48:00.000000000 +0100
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 0x1000004fL
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.0d-fips 8 Feb 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.0d"
20
21
22 #endif /* HEADER_OPENSSLV_H */