From 36729dfed048bc0fe100881beaa75ee443855fe4 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 17 Mar 2018 15:19:12 +0000 Subject: Add DSA_meth_{dup,free,new,set_{finish,sign}}() As in RSA_meth_*, note that these functions return NULL in out-of-memory situations, but they do not set an error explicitly. ok jsing --- src/lib/libcrypto/Symbols.list | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/libcrypto/Symbols.list') diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 7cb78c4daf..6777e8cc13 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list @@ -831,6 +831,11 @@ DSA_get0_pqg DSA_get_default_method DSA_get_ex_data DSA_get_ex_new_index +DSA_meth_dup +DSA_meth_free +DSA_meth_new +DSA_meth_set_finish +DSA_meth_set_sign DSA_new DSA_new_method DSA_print -- cgit v1.2.3-55-g6feb