mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-04 05:04:41 +02:00
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
|
#define SHA256_DIGEST_SIZE 32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef NO_MD5
|
||||||
|
#define MD5_DIGEST_SIZE 20
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Reference in New Issue
Block a user