mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
md4: build correctly with openssl without MD4
Reported-by: elsamuko at github Fixes #3921 Closes #3922
This commit is contained in:
parent
0edf6907ae
commit
0dc9a80199
@ -38,6 +38,10 @@
|
|||||||
|
|
||||||
#include "curl_setup.h"
|
#include "curl_setup.h"
|
||||||
|
|
||||||
|
#ifdef USE_OPENSSL
|
||||||
|
#include <openssl/opensslconf.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* The NSS, OS/400, and when not included, OpenSSL and mbed TLS crypto
|
/* The NSS, OS/400, and when not included, OpenSSL and mbed TLS crypto
|
||||||
* libraries do not provide the MD4 hash algorithm, so we use this
|
* libraries do not provide the MD4 hash algorithm, so we use this
|
||||||
* implementation of it */
|
* implementation of it */
|
||||||
|
Loading…
Reference in New Issue
Block a user