chore: bump node to v12.16.3 (master) (#23327)

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
Electron Bot 2020-04-30 08:20:46 -07:00 committed by GitHub
parent e75cb264e9
commit 448017b9ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 105 additions and 48 deletions

View file

@ -8,10 +8,10 @@ The BoringSSL incompatibilities (OPENSSL_memdup) will be shimmed in and this sho
be removed when the associated update is rolled into Chromium.
diff --git a/src/node_crypto.cc b/src/node_crypto.cc
index 41eb04caffd4c1faaecd0f8a2cbe93016475bfe1..5e00468aac8b9f9c5ef7ea2f1e3b62991bfde255 100644
index 73c18d1b911bb7cf731e31e74957319d5d7c53ed..a2f7190810552261dc66fae18acade3576ff4fe8 100644
--- a/src/node_crypto.cc
+++ b/src/node_crypto.cc
@@ -4969,18 +4969,6 @@ bool PublicKeyCipher::Cipher(Environment* env,
@@ -4966,18 +4966,6 @@ bool PublicKeyCipher::Cipher(Environment* env,
return false;
}