diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-02-20 20:59:20 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-02-20 20:59:20 +0000 |
commit | e535c081e047e3dd7d2319d69f2160580d6008d8 (patch) | |
tree | 92a14b697ad4315051061496060823c6f2a9f24b | |
parent | ac4ae2088e6484953148dc6f4650b4da369da382 (diff) |
RSA_get_flags should be RSA_test_flags.
Noted by sthen. Rides previous minor bump.
-rw-r--r-- | lib/libcrypto/Symbols.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/Symbols.list b/lib/libcrypto/Symbols.list index 61a7867182e..4e29e85236e 100644 --- a/lib/libcrypto/Symbols.list +++ b/lib/libcrypto/Symbols.list @@ -2258,7 +2258,6 @@ 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 @@ -2291,6 +2290,7 @@ RSA_setup_blinding RSA_sign RSA_sign_ASN1_OCTET_STRING RSA_size +RSA_test_flags RSA_up_ref RSA_verify RSA_verify_ASN1_OCTET_STRING |