We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284fc00 commit d623c53Copy full SHA for d623c53
1 file changed
deps/ncrypto/ncrypto.cc
@@ -3042,7 +3042,7 @@ EVPKeyPointer::operator Dsa() const {
3042
3043
bool EVPKeyPointer::validateDsaParameters() const {
3044
if (!pkey_) return false;
3045
- /* Validate DSA2 parameters from FIPS 186-4 */
+/* Validate DSA2 parameters from FIPS 186-4 */
3046
#if OPENSSL_VERSION_MAJOR >= 3
3047
if (EVP_default_properties_is_fips_enabled(nullptr) && EVP_PKEY_DSA == id()) {
3048
#else
0 commit comments