From 17a697c794f2525c9789fd92c2206a1b634cf473 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Mon, 26 Aug 2019 12:18:50 -0700 Subject: crypto: don't expose openssl internals MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/29325 Reviewed-By: Ujjwal Sharma Reviewed-By: James M Snell Reviewed-By: Ben Noordhuis Reviewed-By: Tobias Nießen --- src/node_crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node_crypto.h') diff --git a/src/node_crypto.h b/src/node_crypto.h index a121c82295..99e6c48117 100644 --- a/src/node_crypto.h +++ b/src/node_crypto.h @@ -713,7 +713,7 @@ class PublicKeyCipher { static bool Cipher(Environment* env, const ManagedEVPPKey& pkey, int padding, - const char* oaep_hash, + const EVP_MD* digest, const unsigned char* data, int len, AllocatedBuffer* out); -- cgit v1.2.3