forked from wolfSSL/wolfssl
MD4 in md_tbl
This commit is contained in:
committed by
Jacob Barthelmeh
parent
47bca28b1d
commit
0b4e499e1d
@ -12968,6 +12968,10 @@ size_t wolfSSL_get_client_random(const WOLFSSL* ssl, unsigned char* out,
|
|||||||
const unsigned char macType;
|
const unsigned char macType;
|
||||||
const char *name;
|
const char *name;
|
||||||
} md_tbl[] = {
|
} md_tbl[] = {
|
||||||
|
#ifndef NO_MD4
|
||||||
|
{MD4, "MD4"},
|
||||||
|
#endif /* NO_MD4 */
|
||||||
|
|
||||||
#ifndef NO_MD5
|
#ifndef NO_MD5
|
||||||
{WC_MD5, "MD5"},
|
{WC_MD5, "MD5"},
|
||||||
#endif /* NO_MD5 */
|
#endif /* NO_MD5 */
|
||||||
|
Reference in New Issue
Block a user