aboutsummaryrefslogtreecommitdiff
path: root/security/openssl/files/patch-evp.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssl/files/patch-evp.h')
-rw-r--r--security/openssl/files/patch-evp.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/security/openssl/files/patch-evp.h b/security/openssl/files/patch-evp.h
deleted file mode 100644
index dabadea299e4..000000000000
--- a/security/openssl/files/patch-evp.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- crypto/evp/evp.h.orig Thu Oct 13 17:24:41 2005
-+++ crypto/evp/evp.h Thu Oct 13 17:26:32 2005
-@@ -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