diff options
author | tb <> | 2018-02-20 17:48:35 +0000 |
---|---|---|
committer | tb <> | 2018-02-20 17:48:35 +0000 |
commit | d5b2f67cbed2fbcdcb6e7429f71fd4a875ad9361 (patch) | |
tree | 0b7135337ad574a607f3dd748bfe269074e8623e /src/lib/libcrypto/Symbols.list | |
parent | 90a2cac2c9296c6001b956f786252ce7b31af437 (diff) | |
download | openbsd-d5b2f67cbed2fbcdcb6e7429f71fd4a875ad9361.tar.gz openbsd-d5b2f67cbed2fbcdcb6e7429f71fd4a875ad9361.tar.bz2 openbsd-d5b2f67cbed2fbcdcb6e7429f71fd4a875ad9361.zip |
Provide DSA_SIG_{g,s}et0()
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
-rw-r--r-- | src/lib/libcrypto/Symbols.list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 0cb1c38106..7e5b59f019 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
@@ -798,8 +798,10 @@ DSAPrivateKey_it | |||
798 | DSAPublicKey_it | 798 | DSAPublicKey_it |
799 | DSA_OpenSSL | 799 | DSA_OpenSSL |
800 | DSA_SIG_free | 800 | DSA_SIG_free |
801 | DSA_SIG_get0 | ||
801 | DSA_SIG_it | 802 | DSA_SIG_it |
802 | DSA_SIG_new | 803 | DSA_SIG_new |
804 | DSA_SIG_set0 | ||
803 | DSA_clear_flags | 805 | DSA_clear_flags |
804 | DSA_do_sign | 806 | DSA_do_sign |
805 | DSA_do_verify | 807 | DSA_do_verify |