diff --git a/wolfssl/wolfcrypt/hmac.h b/wolfssl/wolfcrypt/hmac.h index 53a77e4ca..58e84d662 100644 --- a/wolfssl/wolfcrypt/hmac.h +++ b/wolfssl/wolfcrypt/hmac.h @@ -58,7 +58,7 @@ enum { /* If any hash is not enabled, add the ID here. */ #ifdef NO_MD5 - WC_MD5 = WC_HASH_TYPE_MD5+, + WC_MD5 = WC_HASH_TYPE_MD5, #endif #ifdef NO_SHA WC_SHA = WC_HASH_TYPE_SHA,