Loading crypto/hmac/hmac.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
crypto/hmac/hmac.h +1 −1 Original line number Diff line number Diff line Loading @@ -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