From 8d6481f532ab8c502de2ad17e09f688abb675a71 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 4 Sep 2020 18:00:29 +0200 Subject: EVP: Move the functions and controls for setting and getting distid Those functions were located in the EC files, but is really broader than that, even thought currently only used for SM2. They should therefore be in a more central location, which was also indicated by diverse TODOs. Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/12789) --- util/libcrypto.num | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util') diff --git a/util/libcrypto.num b/util/libcrypto.num index 854e447ada..4982a7f93c 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5296,6 +5296,6 @@ asn1_d2i_read_bio ? 3_0_0 EXIST::FUNCTION: EVP_PKCS82PKEY_with_libctx ? 3_0_0 EXIST::FUNCTION: ossl_b2i ? 3_0_0 EXIST::FUNCTION:DSA ossl_b2i_bio ? 3_0_0 EXIST::FUNCTION:DSA -EVP_PKEY_CTX_set1_id ? 3_0_0 EXIST::FUNCTION:EC -EVP_PKEY_CTX_get1_id ? 3_0_0 EXIST::FUNCTION:EC -EVP_PKEY_CTX_get1_id_len ? 3_0_0 EXIST::FUNCTION:EC +EVP_PKEY_CTX_set1_id ? 3_0_0 EXIST::FUNCTION: +EVP_PKEY_CTX_get1_id ? 3_0_0 EXIST::FUNCTION: +EVP_PKEY_CTX_get1_id_len ? 3_0_0 EXIST::FUNCTION: -- cgit v1.2.3