diff options
author | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2018-05-27 08:57:55 +0200 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2018-05-28 19:11:23 +0200 |
commit | e6f35b5768d8810644f1f2cc9ca8294d97688343 (patch) | |
tree | c7b679f4f410ab4d43acfd2ec6b64171e3b1fddb /util | |
parent | DH: fix: add simple getters for commonly used struct members (diff) | |
download | openssl-e6f35b5768d8810644f1f2cc9ca8294d97688343.tar.xz openssl-e6f35b5768d8810644f1f2cc9ca8294d97688343.zip |
DSA: add simple getters for commonly used struct members
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6290)
Diffstat (limited to 'util')
-rw-r--r-- | util/libcrypto.num | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index bef3aa9b6a..a7f50a2410 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4533,3 +4533,8 @@ DH_get0_q 4474 1_1_1 EXIST::FUNCTION:DH DH_get0_g 4475 1_1_1 EXIST::FUNCTION:DH DH_get0_priv_key 4476 1_1_1 EXIST::FUNCTION:DH DH_get0_pub_key 4477 1_1_1 EXIST::FUNCTION:DH +DSA_get0_priv_key 4478 1_1_1 EXIST::FUNCTION:DSA +DSA_get0_pub_key 4479 1_1_1 EXIST::FUNCTION:DSA +DSA_get0_q 4480 1_1_1 EXIST::FUNCTION:DSA +DSA_get0_p 4481 1_1_1 EXIST::FUNCTION:DSA +DSA_get0_g 4482 1_1_1 EXIST::FUNCTION:DSA |