diff options
Diffstat (limited to 'src/lib/libcrypto/hmac/hmac.h')
-rw-r--r-- | src/lib/libcrypto/hmac/hmac.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/hmac/hmac.h b/src/lib/libcrypto/hmac/hmac.h index c6489c04c8..294ab3b36a 100644 --- a/src/lib/libcrypto/hmac/hmac.h +++ b/src/lib/libcrypto/hmac/hmac.h | |||
@@ -64,11 +64,7 @@ | |||
64 | 64 | ||
65 | #include <openssl/evp.h> | 65 | #include <openssl/evp.h> |
66 | 66 | ||
67 | #ifdef OPENSSL_FIPS | ||
68 | #define HMAC_MAX_MD_CBLOCK 128 | ||
69 | #else | ||
70 | #define HMAC_MAX_MD_CBLOCK 64 | 67 | #define HMAC_MAX_MD_CBLOCK 64 |
71 | #endif | ||
72 | 68 | ||
73 | #ifdef __cplusplus | 69 | #ifdef __cplusplus |
74 | extern "C" { | 70 | extern "C" { |