diff options
-rw-r--r-- | lib/md4.c | 3 |
1 files changed, 3 insertions, 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 |