md4: build correctly with openssl without MD4

Reported-by: elsamuko at github
Fixes #3921
Closes #3922
This commit is contained in:
Daniel Stenberg 2019-05-22 10:40:02 +02:00
Родитель 0edf6907ae
Коммит 0dc9a80199
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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 */