summaryrefslogtreecommitdiffstats
path: root/security/openssl/files/patch-hmac.h
blob: dab469e67b67022ebc2d0a95c946e80ec67ee628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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" {
OpenPOWER on IntegriCloud