mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
types.h: add back missing WC_HASH_TYPE_MAX to enum wc_HashType when HAVE_FIPS_VERSION <= 2 (now WC_HASH_TYPE_BLAKE2S, since SHAKE is now excluded from the enum).
This commit is contained in:
@ -895,6 +895,7 @@ decouple library dependencies with standard string, memory and so on.
|
|||||||
WC_HASH_TYPE_SHA3_512 = 13,
|
WC_HASH_TYPE_SHA3_512 = 13,
|
||||||
WC_HASH_TYPE_BLAKE2B = 14,
|
WC_HASH_TYPE_BLAKE2B = 14,
|
||||||
WC_HASH_TYPE_BLAKE2S = 19,
|
WC_HASH_TYPE_BLAKE2S = 19,
|
||||||
|
WC_HASH_TYPE_MAX = WC_HASH_TYPE_BLAKE2S
|
||||||
#ifndef WOLFSSL_NOSHA512_224
|
#ifndef WOLFSSL_NOSHA512_224
|
||||||
#define WOLFSSL_NOSHA512_224
|
#define WOLFSSL_NOSHA512_224
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user