diff --git a/wolfssl/wolfcrypt/hmac.h b/wolfssl/wolfcrypt/hmac.h index 2a71d2689..1d4930664 100644 --- a/wolfssl/wolfcrypt/hmac.h +++ b/wolfssl/wolfcrypt/hmac.h @@ -88,8 +88,8 @@ enum { #ifndef HAVE_BLAKE2 BLAKE2B_ID = 7, #endif -#ifndef WOLFSSL_SHA384 - SHA256 = 8, +#ifndef WOLFSSL_SHA224 + SHA224 = 8, #endif /* Select the largest available hash for the buffer size. */