Loading lib/md4.c +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
lib/md4.c +3 −0 Original line number Diff line number Diff line Loading @@ -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