diff --git a/src/node_crypto.cc b/src/node_crypto.cc index ebd935a304..753558b901 100644 --- a/src/node_crypto.cc +++ b/src/node_crypto.cc @@ -4052,7 +4052,6 @@ void Certificate::ExportChallenge(const FunctionCallbackInfo& args) { void InitCryptoOnce() { SSL_library_init(); OpenSSL_add_all_algorithms(); - OpenSSL_add_all_digests(); SSL_load_error_strings(); ERR_load_crypto_strings();