mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 09:08:49 -05:00
md4: include the mbedtls config.h to get the MD4 info
This commit is contained in:
parent
0dc9a80199
commit
9ad313dcb8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user