Remove SSL_CIPHER_get_by_{id,value}()
authortb <tb@openbsd.org>
Sat, 2 Mar 2024 11:45:51 +0000 (11:45 +0000)
committertb <tb@openbsd.org>
Sat, 2 Mar 2024 11:45:51 +0000 (11:45 +0000)
commit47628128d1c82c311e64e10de0923e6573ace085
treef5965a5586f0bb4f9074327623597edbbaecd099
parent20a14f1295c2cc3e67d3eb4841aace6e0d482789
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
lib/libssl/Symbols.list
lib/libssl/hidden/openssl/ssl.h
lib/libssl/ssl.h
lib/libssl/ssl_ciph.c