Remove unused X509_LOOKUP_METHODs
authortb <tb@openbsd.org>
Mon, 25 Dec 2023 22:14:23 +0000 (22:14 +0000)
committertb <tb@openbsd.org>
Mon, 25 Dec 2023 22:14:23 +0000 (22:14 +0000)
commit3b2bee84c2292b186f320233a1a1d5ff9481a5d4
treef04abcc117c5cacdf889186e2321a63099ed5a22
parent58b76109c097933661021feaa890ac2e80a91357
Remove unused X509_LOOKUP_METHODs

None of these function pointers were ever set. Now that the structure is
opaque they won't ever be, so time for them to hit the bitbucket. Infinite
extensibility of the toolkit results in complications, bugs, and dead code.

ok jsing
lib/libcrypto/x509/by_dir.c
lib/libcrypto/x509/by_file.c
lib/libcrypto/x509/by_mem.c
lib/libcrypto/x509/x509_local.h
lib/libcrypto/x509/x509_lu.c