wc_Sha512 type

This commit is contained in:
Takashi Kojo
2018-05-20 15:50:16 +09:00
parent da8452ab29
commit 22078d6811

View File

@@ -29416,7 +29416,7 @@ void* wolfSSL_GetDhAgreeCtx(WOLFSSL* ssl)
unsigned char *md) unsigned char *md)
{ {
static byte dig[WC_SHA512_DIGEST_SIZE]; static byte dig[WC_SHA512_DIGEST_SIZE];
wc_Sha384 sha; wc_Sha512 sha;
WOLFSSL_ENTER("wolfSSL_SHA512"); WOLFSSL_ENTER("wolfSSL_SHA512");