A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nodejs/node/commit/ee82f224ff below:

remove redundant RsaPointer (use RSAPointer) · nodejs/node@ee82f22 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+1

-2

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+1

-2

lines changed Original file line number Diff line number Diff line change

@@ -441,7 +441,7 @@ std::shared_ptr<KeyObjectData> ImportJWKRsaKey(

441 441 442 442

KeyType type = d_value->IsString() ? kKeyTypePrivate : kKeyTypePublic;

443 443 444 -

RsaPointer rsa(RSA_new());

444 +

RSAPointer rsa(RSA_new());

445 445 446 446

ByteSource n = ByteSource::FromEncodedString(env, n_value.As<String>());

447 447

ByteSource e = ByteSource::FromEncodedString(env, e_value.As<String>());

Original file line number Diff line number Diff line change

@@ -75,7 +75,6 @@ using DHPointer = ncrypto::DHPointer;

75 75

using ECDSASigPointer = ncrypto::ECDSASigPointer;

76 76

using HMACCtxPointer = ncrypto::HMACCtxPointer;

77 77

using CipherCtxPointer = ncrypto::CipherCtxPointer;

78 -

using RsaPointer = ncrypto::RSAPointer;

79 78

using DsaPointer = ncrypto::DSAPointer;

80 79

using DsaSigPointer = ncrypto::DSASigPointer;

81 80

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4