diff options
| author | tb <> | 2024-03-02 11:45:51 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 11:45:51 +0000 |
| commit | 8e85295d10fd4886e1ba7260f0b7bc17674ccacc (patch) | |
| tree | e9755883499836e92c295348e26df61a6c93fdfd /src/lib/libssl/Symbols.list | |
| parent | e6ba1ba77c418a957100a7562bf08d1ab8eb012e (diff) | |
| download | openbsd-8e85295d10fd4886e1ba7260f0b7bc17674ccacc.tar.gz openbsd-8e85295d10fd4886e1ba7260f0b7bc17674ccacc.tar.bz2 openbsd-8e85295d10fd4886e1ba7260f0b7bc17674ccacc.zip | |
Remove SSL_CIPHER_get_by_{id,value}()
While this undocumented API would have been much nicer and saner than
SSL_CIPHER_find(), nothing used this except for the exporter test.
Let's get rid of it again. libssl uses ssl3_get_cipher_by_{id,value}()
directly.
ok jsing
Diffstat (limited to 'src/lib/libssl/Symbols.list')
| -rw-r--r-- | src/lib/libssl/Symbols.list | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libssl/Symbols.list b/src/lib/libssl/Symbols.list index 37715a83eb..63aa8ff0e3 100644 --- a/src/lib/libssl/Symbols.list +++ b/src/lib/libssl/Symbols.list | |||
| @@ -23,8 +23,6 @@ SSL_CIPHER_description | |||
| 23 | SSL_CIPHER_find | 23 | SSL_CIPHER_find |
| 24 | SSL_CIPHER_get_auth_nid | 24 | SSL_CIPHER_get_auth_nid |
| 25 | SSL_CIPHER_get_bits | 25 | SSL_CIPHER_get_bits |
| 26 | SSL_CIPHER_get_by_id | ||
| 27 | SSL_CIPHER_get_by_value | ||
| 28 | SSL_CIPHER_get_cipher_nid | 26 | SSL_CIPHER_get_cipher_nid |
| 29 | SSL_CIPHER_get_digest_nid | 27 | SSL_CIPHER_get_digest_nid |
| 30 | SSL_CIPHER_get_id | 28 | SSL_CIPHER_get_id |
