Skip to content

Commit d623c53

Browse files
committed
fixup! crypto: support OpenSSL STORE private keys
1 parent 284fc00 commit d623c53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/ncrypto/ncrypto.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3042,7 +3042,7 @@ EVPKeyPointer::operator Dsa() const {
30423042

30433043
bool EVPKeyPointer::validateDsaParameters() const {
30443044
if (!pkey_) return false;
3045-
/* Validate DSA2 parameters from FIPS 186-4 */
3045+
/* Validate DSA2 parameters from FIPS 186-4 */
30463046
#if OPENSSL_VERSION_MAJOR >= 3
30473047
if (EVP_default_properties_is_fips_enabled(nullptr) && EVP_PKEY_DSA == id()) {
30483048
#else

0 commit comments

Comments
 (0)