add MD5_DIGEST_SZ to NO_MD5 for non no-old-tls build types that still need it
This commit is contained in:
parent
63b8460210
commit
9429f07a8a
@ -134,6 +134,10 @@
|
||||
#define SHA256_DIGEST_SIZE 32
|
||||
#endif
|
||||
|
||||
#ifdef NO_MD5
|
||||
#define MD5_DIGEST_SIZE 20
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user