forked from wolfSSL/wolfssl
Fix for stray character.
This commit is contained in:
@@ -58,7 +58,7 @@ enum {
|
|||||||
|
|
||||||
/* If any hash is not enabled, add the ID here. */
|
/* If any hash is not enabled, add the ID here. */
|
||||||
#ifdef NO_MD5
|
#ifdef NO_MD5
|
||||||
WC_MD5 = WC_HASH_TYPE_MD5+,
|
WC_MD5 = WC_HASH_TYPE_MD5,
|
||||||
#endif
|
#endif
|
||||||
#ifdef NO_SHA
|
#ifdef NO_SHA
|
||||||
WC_SHA = WC_HASH_TYPE_SHA,
|
WC_SHA = WC_HASH_TYPE_SHA,
|
||||||
|
Reference in New Issue
Block a user