b825afe
diff -up openssl-1.0.0/crypto/opensslv.h.version openssl-1.0.0/crypto/opensslv.h
b825afe
--- openssl-1.0.0/crypto/opensslv.h.version	2010-03-30 10:59:26.000000000 +0200
b825afe
+++ openssl-1.0.0/crypto/opensslv.h	2010-03-30 11:00:52.000000000 +0200
b825afe
@@ -25,7 +25,8 @@
b825afe
  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
b825afe
  *  major minor fix final patch/beta)
b825afe
  */
b825afe
-#define OPENSSL_VERSION_NUMBER	0x1000000fL
b825afe
+/* we have to keep the version number to not break the abi */
b825afe
+#define OPENSSL_VERSION_NUMBER	0x10000003L
b825afe
 #ifdef OPENSSL_FIPS
b825afe
 #define OPENSSL_VERSION_TEXT	"OpenSSL 1.0.0-fips 29 Mar 2010"
b825afe
 #else