X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fevp.h;h=d06904b7ecbb5ace83d17872b970f21e6681b511;hp=dcf99331318de0773dbb632ad308fd11c5ec1498;hb=e46691a0bc17cad1e242668792a796ac50be7456;hpb=732a40e107f056a6678602ab869f2ba9230e0d24 diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index dcf9933131..d06904b7ec 100644 --- a/crypto/evp/evp.h +++ b/crypto/evp/evp.h @@ -863,7 +863,8 @@ int EVP_PKEY_asn1_get_count(void); const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx); const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(int type); const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(const char *str, int len); -int EVP_PKEY_asn1_add(const EVP_PKEY_ASN1_METHOD *ameth); +int EVP_PKEY_asn1_add0(const EVP_PKEY_ASN1_METHOD *ameth); +int EVP_PKEY_asn1_add_alias(int to, int from); int EVP_PKEY_asn1_get0_info(int *ppkey_id, int *pkey_base_id, int *ppkey_flags, const char **pinfo, const char **ppem_str, const EVP_PKEY_ASN1_METHOD *ameth);