]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/dsa.c
Rename all getters to use get/get0 in name
[thirdparty/openssl.git] / apps / dsa.c
index abb422132ab4fc25a9205464554e566477c7e972..51c02843539fadf6e4d9f3e514b672dc0cf3c005 100644 (file)
@@ -269,7 +269,7 @@ int dsa_main(int argc, char **argv)
 
     /* Passphrase setup */
     if (enc != NULL)
-        OSSL_ENCODER_CTX_set_cipher(ectx, EVP_CIPHER_name(enc), NULL);
+        OSSL_ENCODER_CTX_set_cipher(ectx, EVP_CIPHER_get0_name(enc), NULL);
 
     /* Default passphrase prompter */
     if (enc != NULL || outformat == FORMAT_PVK) {