Extend HMAC_MAX_MD_CBLOCK to accomodate SHA-512.
This commit is contained in:
parent
914d36ba19
commit
057cfaf2f8
@ -66,7 +66,7 @@
|
||||
|
||||
#include <openssl/evp.h>
|
||||
|
||||
#define HMAC_MAX_MD_CBLOCK 64
|
||||
#define HMAC_MAX_MD_CBLOCK 128 /* largest known is SHA512 */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user