forked from wolfSSL/wolfssl
add MD5_DIGEST_SZ to NO_MD5 for non no-old-tls build types that still need it
This commit is contained in:
@@ -134,6 +134,10 @@
|
||||
#define SHA256_DIGEST_SIZE 32
|
||||
#endif
|
||||
|
||||
#ifdef NO_MD5
|
||||
#define MD5_DIGEST_SIZE 20
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Reference in New Issue
Block a user