From b01535b4831ebc18fc743e12136f0feccb278103 Mon Sep 17 00:00:00 2001 From: David Garske Date: Fri, 30 Mar 2018 18:02:15 -0700 Subject: [PATCH] Fix for stray character. --- wolfssl/wolfcrypt/hmac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,