Loading src/crypto/rsa.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -480,7 +480,7 @@ namespace netplus { } netplus::base64 dec; dec << b64; dec.setEncodedData(b64); std::vector<char> decoded; dec >> decoded; Loading src/crypto/x509.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -576,7 +576,7 @@ std::vector<uint8_t> netplus::x509cert::pemCertToDer(const std::string& pem) { } netplus::base64 dec; dec << b64; dec.setEncodedData(b64); std::vector<char> decoded; dec >> decoded; Loading Loading
src/crypto/rsa.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -480,7 +480,7 @@ namespace netplus { } netplus::base64 dec; dec << b64; dec.setEncodedData(b64); std::vector<char> decoded; dec >> decoded; Loading
src/crypto/x509.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -576,7 +576,7 @@ std::vector<uint8_t> netplus::x509cert::pemCertToDer(const std::string& pem) { } netplus::base64 dec; dec << b64; dec.setEncodedData(b64); std::vector<char> decoded; dec >> decoded; Loading