mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
Fixed wrong define
This commit is contained in:
@ -766,7 +766,7 @@ static int iotsafe_hkdf_extract(byte* prk, const byte* salt, word32 saltLen,
|
|||||||
hash_len = WC_SHA384_DIGEST_SIZE;
|
hash_len = WC_SHA384_DIGEST_SIZE;
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
#ifdef WOLFSSL_TLS13_SHA512
|
#ifdef WOLFSSL_SHA512
|
||||||
case WC_SHA512:
|
case WC_SHA512:
|
||||||
hash_algo = (uint16_t)4;
|
hash_algo = (uint16_t)4;
|
||||||
hash_len = WC_SHA512_DIGEST_SIZE;
|
hash_len = WC_SHA512_DIGEST_SIZE;
|
||||||
|
Reference in New Issue
Block a user