mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 11:44:38 +02:00
Fix SHA224 enum in HMAC code
This commit is contained in:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user