diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-02-20 17:42:33 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-02-20 17:42:33 +0000 |
commit | 977d2bf50dad8a36e5c0576455259d94eae8ae23 (patch) | |
tree | 5b3308551f78684042f08f132fced3e0d0a662e5 /lib/libcrypto/Symbols.list | |
parent | 784ca79c89968f2aa3c1d8d3310a64784a4b1e12 (diff) |
Provide RSA_{clear,set,test}_flasg()
ok jsing
Diffstat (limited to 'lib/libcrypto/Symbols.list')
-rw-r--r-- | lib/libcrypto/Symbols.list | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libcrypto/Symbols.list b/lib/libcrypto/Symbols.list index 5a5df4702b8..a6137ca95da 100644 --- a/lib/libcrypto/Symbols.list +++ b/lib/libcrypto/Symbols.list @@ -2228,6 +2228,7 @@ RSA_bits RSA_blinding_off RSA_blinding_on RSA_check_key +RSA_clear_flags RSA_flags RSA_free RSA_generate_key @@ -2238,6 +2239,7 @@ RSA_get0_key RSA_get_default_method RSA_get_ex_data RSA_get_ex_new_index +RSA_get_flags RSA_get_method RSA_new RSA_new_method @@ -2264,6 +2266,7 @@ RSA_set0_factors RSA_set0_key RSA_set_default_method RSA_set_ex_data +RSA_set_flags RSA_set_method RSA_setup_blinding RSA_sign |