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
1 changed files with 3 additions and 0 deletions

View File

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