mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
wc_Sha512 type
This commit is contained in:
@@ -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");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user