File tree 2 files changed +1
-2
lines changed
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.
0 commit comments