diff options
author | tb <> | 2018-03-17 15:19:12 +0000 |
---|---|---|
committer | tb <> | 2018-03-17 15:19:12 +0000 |
commit | ff154a0391cfcee220c90f520739c6f08f97c2aa (patch) | |
tree | b098ccdac17cb9ccf01e46859b80d5ce671af779 /src/lib/libcrypto/Symbols.list | |
parent | 47bd2696f108ed72a37c309a2c1d049aeee2c89d (diff) | |
download | openbsd-ff154a0391cfcee220c90f520739c6f08f97c2aa.tar.gz openbsd-ff154a0391cfcee220c90f520739c6f08f97c2aa.tar.bz2 openbsd-ff154a0391cfcee220c90f520739c6f08f97c2aa.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.list | 5 |
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 | |||
831 | DSA_get_default_method | 831 | DSA_get_default_method |
832 | DSA_get_ex_data | 832 | DSA_get_ex_data |
833 | DSA_get_ex_new_index | 833 | DSA_get_ex_new_index |
834 | DSA_meth_dup | ||
835 | DSA_meth_free | ||
836 | DSA_meth_new | ||
837 | DSA_meth_set_finish | ||
838 | DSA_meth_set_sign | ||
834 | DSA_new | 839 | DSA_new |
835 | DSA_new_method | 840 | DSA_new_method |
836 | DSA_print | 841 | DSA_print |