Skip to content

Commit

Permalink
fixup! tls: add ability to get cert/peer cert as X509Certificate object
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Jan 26, 2021
1 parent 2302a5a commit 29874e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crypto/crypto_x509.cc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ MaybeLocal<Object> X509Certificate::GetPeerCert(
Environment* env,
const SSLPointer& ssl,
GetPeerCertificateFlag flag) {
EscapableHandleScope scope(env->isolate());
ClearErrorOnReturn clear_error_on_return;
Local<Object> obj;
MaybeLocal<Object> maybe_cert;
Expand Down

0 comments on commit 29874e0

Please sign in to comment.