]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/evp_pkey.c
Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_name
[thirdparty/openssl.git] / crypto / evp / evp_pkey.c
index 35de85cffd7561596d9ba0d70da3f2045f57d0fb..a31c54887b4f8c02985236a68b73f2b7aa93f418 100644 (file)
@@ -219,7 +219,7 @@ int EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key,
     return 0;
 }
 
-const char *EVP_PKEY_get0_first_alg_name(const EVP_PKEY *key)
+const char *EVP_PKEY_get0_type_name(const EVP_PKEY *key)
 {
     const EVP_PKEY_ASN1_METHOD *ameth;
     const char *name = NULL;