summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-22 10:45:35 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-05-23 10:10:17 +0200
commit18096bc7a569f900c5d8d6c43716e126266305f7 (patch)
treee3a01620da725097549d8f9451dd691c01a7d2f1
parent3557871e0701b608cff2922e99df5577f1715b63 (diff)
downloadcurl-bagder/openssl-no-md4.tar.gz
md4: include the mbedtls config.h to get the MD4 infobagder/openssl-no-md4
-rw-r--r--lib/md4.c3
1 files changed, 3 insertions, 0 deletions
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 <openssl/opensslconf.h>
#endif
+#ifdef USE_MBEDTLS
+#include <mbedtls/config.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