diff --git a/wolfssl/wolfcrypt/types.h b/wolfssl/wolfcrypt/types.h index b0fb09772..88f155ad7 100644 --- a/wolfssl/wolfcrypt/types.h +++ b/wolfssl/wolfcrypt/types.h @@ -895,6 +895,7 @@ decouple library dependencies with standard string, memory and so on. WC_HASH_TYPE_SHA3_512 = 13, WC_HASH_TYPE_BLAKE2B = 14, WC_HASH_TYPE_BLAKE2S = 19, + WC_HASH_TYPE_MAX = WC_HASH_TYPE_BLAKE2S #ifndef WOLFSSL_NOSHA512_224 #define WOLFSSL_NOSHA512_224 #endif