Remove the _fetch_by_number functions
authorPauli <pauli@openssl.org>
Wed, 4 May 2022 04:54:13 +0000 (14:54 +1000)
committerPauli <pauli@openssl.org>
Fri, 6 May 2022 00:38:55 +0000 (10:38 +1000)
commit16ff70a58cfb5c40197e6a940cf4666226f31b79
tree06fc97def75b045e9bdd339aeaf5aa3dfdc674b8
parent32e3c071373280b69be02ba91fc3204495e2e1bf
Remove the _fetch_by_number functions

These functions are unused and untested.  They are also implemented rather
inefficiently.  If we ever needed them in the future, they'd almost surely
need to be rewritten more efficiently.

Fixes #18227

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18237)
crypto/encode_decode/decoder_meth.c
crypto/encode_decode/encoder_meth.c
crypto/evp/evp_fetch.c
crypto/evp/evp_local.h
crypto/evp/keymgmt_meth.c
crypto/store/store_local.h
crypto/store/store_meth.c
doc/internal/man3/evp_generic_fetch.pod
include/crypto/decoder.h
include/crypto/encoder.h