mirror of
https://github.com/curl/curl.git
synced 2026-08-05 21:16:13 +03: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
1 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,10 @@
|
|||
|
||||
#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
|
||||
* libraries do not provide the MD4 hash algorithm, so we use this
|
||||
* implementation of it */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue