summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-03-16 18:29:19 +0100
committerTomas Mraz <tomas@openssl.org>2021-03-19 11:21:30 +0100
commit0e2f87c03e1a288f5f58627b373a25f83c59318a (patch)
tree8c1c4db97231355a04f7aa75ea54e7f6680a0953 /util
parent39f6bf33e5852be55b126c3fcc56e3ef5ab1a584 (diff)
Added functions for printing EVP_PKEYs to FILE *
Fixes #14172 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14577)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index bfd44c2325..3fd2e665f2 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5324,3 +5324,6 @@ EVP_PKEY_verify_recover_init_ex ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_encrypt_init_ex ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_decrypt_init_ex ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_derive_init_ex ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_print_public_fp ? 3_0_0 EXIST::FUNCTION:STDIO
+EVP_PKEY_print_private_fp ? 3_0_0 EXIST::FUNCTION:STDIO
+EVP_PKEY_print_params_fp ? 3_0_0 EXIST::FUNCTION:STDIO