1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

md4: include the mbedtls config.h to get the MD4 info

This commit is contained in:
Daniel Stenberg 2019-05-22 10:45:35 +02:00
parent 0dc9a80199
commit 9ad313dcb8
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -41,6 +41,9 @@
#ifdef USE_OPENSSL #ifdef USE_OPENSSL
#include <openssl/opensslconf.h> #include <openssl/opensslconf.h>
#endif #endif
#ifdef USE_MBEDTLS
#include <mbedtls/config.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