aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-03-09 11:02:28 +0000
committerMatt Caswell <matt@openssl.org>2018-03-15 12:47:27 +0000
commite8f9f08f17e4f15ee737115d336d110dc8dea0ec (patch)
treeac3c70094de603808efdbd015822b7dbb183fe43 /util
parent0bcc8ec9d386bc067410f169682cef6b5da4455b (diff)
downloadopenssl-e8f9f08f17e4f15ee737115d336d110dc8dea0ec.zip
openssl-e8f9f08f17e4f15ee737115d336d110dc8dea0ec.tar.gz
openssl-e8f9f08f17e4f15ee737115d336d110dc8dea0ec.tar.bz2
Add functions for setting the new EVP_PKEY_ASN1_METHOD functions
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5520)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index b74ed2b..1c6efc7 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4525,3 +4525,5 @@ RAND_DRBG_set_reseed_defaults 4466 1_1_1 EXIST::FUNCTION:
EVP_PKEY_new_private_key 4467 1_1_1 EXIST::FUNCTION:
EVP_PKEY_new_public_key 4468 1_1_1 EXIST::FUNCTION:
EVP_PKEY_new_CMAC_key 4469 1_1_1 EXIST::FUNCTION:
+EVP_PKEY_asn1_set_set_priv_key 4470 1_1_1 EXIST::FUNCTION:
+EVP_PKEY_asn1_set_set_pub_key 4471 1_1_1 EXIST::FUNCTION: