diff options
| author | tb <> | 2018-02-20 20:59:19 +0000 |
|---|---|---|
| committer | tb <> | 2018-02-20 20:59:19 +0000 |
| commit | f8d298dbe434ffe3ac77dc48567180de9fc91627 (patch) | |
| tree | 7dbef7072b4e2757e8196b01514e0230eb0477d1 /src/lib/libc | |
| parent | 58e414112d54b15888bf8aa39fef588d99bc1b06 (diff) | |
| download | openbsd-f8d298dbe434ffe3ac77dc48567180de9fc91627.tar.gz openbsd-f8d298dbe434ffe3ac77dc48567180de9fc91627.tar.bz2 openbsd-f8d298dbe434ffe3ac77dc48567180de9fc91627.zip | |
RSA_get_flags should be RSA_test_flags.
Noted by sthen. Rides previous minor bump.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/Symbols.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 61a7867182..4e29e85236 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
| @@ -2258,7 +2258,6 @@ RSA_get0_key | |||
| 2258 | RSA_get_default_method | 2258 | RSA_get_default_method |
| 2259 | RSA_get_ex_data | 2259 | RSA_get_ex_data |
| 2260 | RSA_get_ex_new_index | 2260 | RSA_get_ex_new_index |
| 2261 | RSA_get_flags | ||
| 2262 | RSA_get_method | 2261 | RSA_get_method |
| 2263 | RSA_new | 2262 | RSA_new |
| 2264 | RSA_new_method | 2263 | RSA_new_method |
| @@ -2291,6 +2290,7 @@ RSA_setup_blinding | |||
| 2291 | RSA_sign | 2290 | RSA_sign |
| 2292 | RSA_sign_ASN1_OCTET_STRING | 2291 | RSA_sign_ASN1_OCTET_STRING |
| 2293 | RSA_size | 2292 | RSA_size |
| 2293 | RSA_test_flags | ||
| 2294 | RSA_up_ref | 2294 | RSA_up_ref |
| 2295 | RSA_verify | 2295 | RSA_verify |
| 2296 | RSA_verify_ASN1_OCTET_STRING | 2296 | RSA_verify_ASN1_OCTET_STRING |
