forked from wolfSSL/wolfssl
Jenkins fix.
This commit is contained in:
@@ -5661,10 +5661,10 @@ static int BuildFinished(WOLFSSL* ssl, Hashes* hashes, const byte* sender)
|
|||||||
#ifdef WOLFSSL_SMALL_STACK
|
#ifdef WOLFSSL_SMALL_STACK
|
||||||
#ifdef WOLFSSL_SHA384
|
#ifdef WOLFSSL_SHA384
|
||||||
XFREE(sha384, NULL, DYNAMIC_TYPE_TMP_BUFFER);
|
XFREE(sha384, NULL, DYNAMIC_TYPE_TMP_BUFFER);
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
/* restore */
|
/* restore */
|
||||||
ssl->hsHashes->hashSha384 = sha384[0];
|
ssl->hsHashes->hashSha384 = sha384[0];
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
BuildSHA(ssl, hashes, sender);
|
BuildSHA(ssl, hashes, sender);
|
||||||
|
Reference in New Issue
Block a user