From: Andy Polyakov Date: Mon, 31 May 2004 13:28:23 +0000 (+0000) Subject: Extend HMAC_MAX_MD_CBLOCK to accomodate SHA-512. X-Git-Tag: BEN_FIPS_TEST_6~14^2~213 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=057cfaf2f88756f7a6029a318a86f0bd44efc652;p=oweals%2Fopenssl.git Extend HMAC_MAX_MD_CBLOCK to accomodate SHA-512. --- diff --git a/crypto/hmac/hmac.h b/crypto/hmac/hmac.h index 251c95fade..719fc408ac 100644 --- a/crypto/hmac/hmac.h +++ b/crypto/hmac/hmac.h @@ -66,7 +66,7 @@ #include -#define HMAC_MAX_MD_CBLOCK 64 +#define HMAC_MAX_MD_CBLOCK 128 /* largest known is SHA512 */ #ifdef __cplusplus extern "C" {