diff options
author | David Asraf <dasraf9@gmail.com> | 2019-02-07 10:51:39 +0100 |
---|---|---|
committer | Nicola Tuveri <nic.tuv@gmail.com> | 2019-02-15 15:43:18 +0100 |
commit | fa1f03061037cbdac5369849a885c1191a2550d9 (patch) | |
tree | 06b371795d89501717698c4a6f5cadf38666d182 /util/libcrypto.num | |
parent | Mark generated functions unused (applies to safestack, lhash, sparse_array) (diff) | |
download | openssl-fa1f03061037cbdac5369849a885c1191a2550d9.tar.xz openssl-fa1f03061037cbdac5369849a885c1191a2550d9.zip |
Add EC_GROUP_get0_field
New function to return internal pointer for field.
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8195)
Diffstat (limited to '')
-rw-r--r-- | util/libcrypto.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 2b5365ecea..b262bc7700 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4639,3 +4639,4 @@ EVP_KDF_vctrl 4594 3_0_0 EXIST::FUNCTION: EVP_KDF_ctrl_str 4595 3_0_0 EXIST::FUNCTION: EVP_KDF_size 4596 3_0_0 EXIST::FUNCTION: EVP_KDF_derive 4597 3_0_0 EXIST::FUNCTION: +EC_GROUP_get0_field 4598 3_0_0 EXIST::FUNCTION:EC |