Kalev Lember ca8adb3
diff -up openssl-1.0.0d/crypto/opensslv.h.version openssl-1.0.0d/crypto/opensslv.h
Kalev Lember ca8adb3
--- openssl-1.0.0d/crypto/opensslv.h.version	2011-02-10 14:24:52.000000000 +0100
Kalev Lember ca8adb3
+++ openssl-1.0.0d/crypto/opensslv.h	2011-02-10 14:48:00.000000000 +0100
Kalev Lember ca8adb3
@@ -25,7 +25,8 @@
Kalev Lember ca8adb3
  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
Kalev Lember ca8adb3
  *  major minor fix final patch/beta)
Kalev Lember ca8adb3
  */
Kalev Lember ca8adb3
-#define OPENSSL_VERSION_NUMBER	0x1000004fL
Kalev Lember ca8adb3
+/* we have to keep the version number to not break the abi */
Kalev Lember ca8adb3
+#define OPENSSL_VERSION_NUMBER	0x10000003
Kalev Lember ca8adb3
 #ifdef OPENSSL_FIPS
Kalev Lember ca8adb3
 #define OPENSSL_VERSION_TEXT	"OpenSSL 1.0.0d-fips 8 Feb 2011"
Kalev Lember ca8adb3
 #else
Kalev Lember ca8adb3
@@ -83,7 +84,7 @@
Kalev Lember ca8adb3
  * should only keep the versions that are binary compatible with the current.
Kalev Lember ca8adb3
  */
Kalev Lember ca8adb3
 #define SHLIB_VERSION_HISTORY ""
Kalev Lember ca8adb3
-#define SHLIB_VERSION_NUMBER "1.0.0"
Kalev Lember ca8adb3
+#define SHLIB_VERSION_NUMBER "1.0.0d"
Kalev Lember ca8adb3
 
Kalev Lember ca8adb3
 
Kalev Lember ca8adb3
 #endif /* HEADER_OPENSSLV_H */