diff options
author | 2018-02-20 20:59:19 +0000 | |
---|---|---|
committer | 2018-02-20 20:59:19 +0000 | |
commit | 02cd097bf48f4a914fe27ff59d0625526dc06a9d (patch) | |
tree | 0c3d2202ed38822862e8d7f8e02b12d6ee64cd8a /lib/libcrypto | |
parent | whitespace nit (diff) | |
download | wireguard-openbsd-02cd097bf48f4a914fe27ff59d0625526dc06a9d.tar.xz wireguard-openbsd-02cd097bf48f4a914fe27ff59d0625526dc06a9d.zip |
RSA_get_flags should be RSA_test_flags.
Noted by sthen. Rides previous minor bump.
Diffstat (limited to 'lib/libcrypto')
-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 |