summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Symbols.list
diff options
context:
space:
mode:
authortb <>2018-03-17 15:19:12 +0000
committertb <>2018-03-17 15:19:12 +0000
commit36729dfed048bc0fe100881beaa75ee443855fe4 (patch)
treeb098ccdac17cb9ccf01e46859b80d5ce671af779 /src/lib/libcrypto/Symbols.list
parent70a27b396f5f0474f8fd3b9dc443176a0d82f759 (diff)
downloadopenbsd-36729dfed048bc0fe100881beaa75ee443855fe4.tar.gz
openbsd-36729dfed048bc0fe100881beaa75ee443855fe4.tar.bz2
openbsd-36729dfed048bc0fe100881beaa75ee443855fe4.zip
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
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
-rw-r--r--src/lib/libcrypto/Symbols.list5
1 files changed, 5 insertions, 0 deletions
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
831DSA_get_default_method 831DSA_get_default_method
832DSA_get_ex_data 832DSA_get_ex_data
833DSA_get_ex_new_index 833DSA_get_ex_new_index
834DSA_meth_dup
835DSA_meth_free
836DSA_meth_new
837DSA_meth_set_finish
838DSA_meth_set_sign
834DSA_new 839DSA_new
835DSA_new_method 840DSA_new_method
836DSA_print 841DSA_print