From: Elan Ruusamäe Date: Sat, 15 Oct 2005 15:15:57 +0000 (+0000) Subject: - applied in 0.9.7i X-Git-Tag: auto/th/openssl-0_9_7i-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=5c7adf946b199182332e71d29ebb3eaf4d183390;p=packages%2Fopenssl.git - applied in 0.9.7i Changed files: openssl-bin-compat.patch -> 1.3 --- diff --git a/openssl-bin-compat.patch b/openssl-bin-compat.patch deleted file mode 100644 index 92a815d..0000000 --- a/openssl-bin-compat.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -urbB openssl-0.9.7h.org/crypto/evp/evp.h openssl-0.9.7h/crypto/evp/evp.h ---- openssl-0.9.7h.org/crypto/evp/evp.h 2005-05-17 21:48:42.000000000 +0200 -+++ openssl-0.9.7h/crypto/evp/evp.h 2005-10-13 08:18:24.145355808 +0200 -@@ -132,7 +132,11 @@ - #define EVP_CAST5_KEY_SIZE 16 - #define EVP_RC5_32_12_16_KEY_SIZE 16 - */ -+#ifdef OPENSSL_FIPS - #define EVP_MAX_MD_SIZE 64 /* longest known SHA512 */ -+#else -+#define EVP_MAX_MD_SIZE (16+20) /* The SSLv3 md5+sha1 type */ -+#endif - #define EVP_MAX_KEY_LENGTH 32 - #define EVP_MAX_IV_LENGTH 16 - #define EVP_MAX_BLOCK_LENGTH 32 -diff -urbB openssl-0.9.7h.org/crypto/hmac/hmac.h openssl-0.9.7h/crypto/hmac/hmac.h ---- openssl-0.9.7h.org/crypto/hmac/hmac.h 2005-05-07 19:21:29.000000000 +0200 -+++ openssl-0.9.7h/crypto/hmac/hmac.h 2005-10-13 08:18:56.523433592 +0200 -@@ -64,7 +64,11 @@ - - #include - -+#ifdef OPENSSL_FIPS - #define HMAC_MAX_MD_CBLOCK 128 -+#else -+#define HMAC_MAX_MD_CBLOCK 64 -+#endif - - #ifdef __cplusplus - extern "C" { -