MD4 in md_tbl

This commit is contained in:
Takashi Kojo 2017-06-09 18:26:04 +09:00 committed by Jacob Barthelmeh
parent 47bca28b1d
commit 0b4e499e1d
1 changed files with 4 additions and 0 deletions

View File

@ -12968,6 +12968,10 @@ size_t wolfSSL_get_client_random(const WOLFSSL* ssl, unsigned char* out,
const unsigned char macType;
const char *name;
} md_tbl[] = {
#ifndef NO_MD4
{MD4, "MD4"},
#endif /* NO_MD4 */
#ifndef NO_MD5
{WC_MD5, "MD5"},
#endif /* NO_MD5 */