mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
Fix SHA224 enum in HMAC code
This commit is contained in:
@@ -88,8 +88,8 @@ enum {
|
|||||||
#ifndef HAVE_BLAKE2
|
#ifndef HAVE_BLAKE2
|
||||||
BLAKE2B_ID = 7,
|
BLAKE2B_ID = 7,
|
||||||
#endif
|
#endif
|
||||||
#ifndef WOLFSSL_SHA384
|
#ifndef WOLFSSL_SHA224
|
||||||
SHA256 = 8,
|
SHA224 = 8,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Select the largest available hash for the buffer size. */
|
/* Select the largest available hash for the buffer size. */
|
||||||
|
Reference in New Issue
Block a user