diff options
Diffstat (limited to 'security/openssl/files/patch-hmac.h')
-rw-r--r-- | security/openssl/files/patch-hmac.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/security/openssl/files/patch-hmac.h b/security/openssl/files/patch-hmac.h deleted file mode 100644 index dab469e67b67..000000000000 --- a/security/openssl/files/patch-hmac.h +++ /dev/null @@ -1,14 +0,0 @@ ---- crypto/hmac/hmac.h.orig Thu Oct 13 17:27:32 2005 -+++ crypto/hmac/hmac.h Thu Oct 13 17:28:43 2005 -@@ -64,7 +64,11 @@ - - #include <openssl/evp.h> - -+#ifdef OPENSSL_FIPS - #define HMAC_MAX_MD_CBLOCK 128 -+#else -+#define HMAC_MAX_MD_CBLOCK 64 -+#endif - - #ifdef __cplusplus - extern "C" { |