From 22078d68111c4cc2f4aaf3247342c7b41e2544ea Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Sun, 20 May 2018 15:50:16 +0900 Subject: [PATCH] wc_Sha512 type --- src/ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssl.c b/src/ssl.c index 9b989e913..7ec5fa00e 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -29416,7 +29416,7 @@ void* wolfSSL_GetDhAgreeCtx(WOLFSSL* ssl) unsigned char *md) { static byte dig[WC_SHA512_DIGEST_SIZE]; - wc_Sha384 sha; + wc_Sha512 sha; WOLFSSL_ENTER("wolfSSL_SHA512");