mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:57:17 +03:00
md4: include the mbedtls config.h to get the MD4 info
This commit is contained in:
parent
0dc9a80199
commit
9ad313dcb8
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue