Fix SHA224 enum in HMAC code

This commit is contained in:
Sean Parkinson
2016-11-11 12:17:32 +10:00
parent fdfc177254
commit 45983c3b32

View File

@@ -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. */