New openssl_test return code checking requires fix from PR #3243.

This commit is contained in:
David Garske
2020-08-26 10:22:00 -07:00
parent 1b2b3de2c9
commit 9af0e5528e

View File

@ -5505,7 +5505,7 @@ int wolfSSL_EVP_MD_type(const WOLFSSL_EVP_MD *md)
break;
case WC_HASH_TYPE_SHA3_512:
#if defined(WOLFSSL_SHA3) && !defined(WOLFSSL_NOSHA3_512)
wolfSSL_SHA3_512_Update((SHA3_512_CTX*)&ctx->hash, data,
ret = wolfSSL_SHA3_512_Update((SHA3_512_CTX*)&ctx->hash, data,
(unsigned long)sz);
#endif
break;