提交 057cfaf2 编写于 作者: A Andy Polyakov

Extend HMAC_MAX_MD_CBLOCK to accomodate SHA-512.

上级 914d36ba
......@@ -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" {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册