File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse 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(
441441
442442 KeyType type = d_value->IsString() ? kKeyTypePrivate : kKeyTypePublic;
443443
444- RsaPointer rsa(RSA_new());
444+ RSAPointer rsa(RSA_new());
445445
446446 ByteSource n = ByteSource::FromEncodedString(env, n_value.As<String>());
447447 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;
7575using ECDSASigPointer = ncrypto::ECDSASigPointer;
7676using HMACCtxPointer = ncrypto::HMACCtxPointer;
7777using CipherCtxPointer = ncrypto::CipherCtxPointer;
78- using RsaPointer = ncrypto::RSAPointer;
7978using DsaPointer = ncrypto::DSAPointer;
8079using DsaSigPointer = ncrypto::DSASigPointer;
8180
You can’t perform that action at this time.
0 commit comments