]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - openssl/patches/openssl-1.0.0d-version.patch
Move all packages to root.
[people/arne_f/ipfire-3.x.git] / openssl / patches / openssl-1.0.0d-version.patch
CommitLineData
80fdbbcd
MT
1diff -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
91900de5
SS
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 */
80fdbbcd 8-#define OPENSSL_VERSION_NUMBER 0x1000004fL
91900de5
SS
9+/* we have to keep the version number to not break the abi */
10+#define OPENSSL_VERSION_NUMBER 0x10000003
11 #ifdef OPENSSL_FIPS
80fdbbcd 12 #define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0d-fips 8 Feb 2011"
91900de5
SS
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"
80fdbbcd 19+#define SHLIB_VERSION_NUMBER "1.0.0d"
91900de5
SS
20
21
22 #endif /* HEADER_OPENSSLV_H */