mturk / rpms / openssl

Forked from rpms/openssl 3 years ago
Clone
982ac6e
We have to keep the beta status on 3 as some applications (OpenSSH) incorrectly insist
982ac6e
on having the same beta status of OpenSSL library as they were built against.
ae55685
diff -up openssl-1.0.0-beta5/crypto/opensslv.h.version openssl-1.0.0-beta5/crypto/opensslv.h
ae55685
--- openssl-1.0.0-beta5/crypto/opensslv.h.version	2010-01-20 18:16:43.000000000 +0100
ae55685
+++ openssl-1.0.0-beta5/crypto/opensslv.h	2010-01-20 20:20:23.000000000 +0100
982ac6e
@@ -25,7 +25,7 @@
982ac6e
  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
982ac6e
  *  major minor fix final patch/beta)
982ac6e
  */
ae55685
-#define OPENSSL_VERSION_NUMBER	0x10000005L
982ac6e
+#define OPENSSL_VERSION_NUMBER	0x10000003L
982ac6e
 #ifdef OPENSSL_FIPS
ae55685
 #define OPENSSL_VERSION_TEXT	"OpenSSL 1.0.0-fips-beta5 20 Jan 2010"
982ac6e
 #else