aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-09-04 18:00:29 +0200
committerRichard Levitte <levitte@openssl.org>2020-09-08 12:07:40 +0200
commit8d6481f532ab8c502de2ad17e09f688abb675a71 (patch)
tree7c7a472963f32cd077cc28bbbf76cca62ee971fa /util
parentb968945204130620b1328f585610cbe1d6b5a69e (diff)
downloadopenssl-8d6481f532ab8c502de2ad17e09f688abb675a71.zip
openssl-8d6481f532ab8c502de2ad17e09f688abb675a71.tar.gz
openssl-8d6481f532ab8c502de2ad17e09f688abb675a71.tar.bz2
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 <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12789)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 854e447..4982a7f 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: