From: Daniel Stenberg Date: Wed, 22 May 2019 08:45:35 +0000 (+0200) Subject: md4: include the mbedtls config.h to get the MD4 info X-Git-Tag: curl-7_65_1~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ad313dcb89b540955500538d47ca49b55d60b3c;p=curl md4: include the mbedtls config.h to get the MD4 info --- diff --git a/lib/md4.c b/lib/md4.c index 184985755..0b4ea9a3c 100644 --- a/lib/md4.c +++ b/lib/md4.c @@ -41,6 +41,9 @@ #ifdef USE_OPENSSL #include #endif +#ifdef USE_MBEDTLS +#include +#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