summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_crypto.h')
-rw-r--r--src/node_crypto.h2
1 files changed, 1 insertions, 1 deletions
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);