Move EVP_PBE_find() next to the tables
authortb <tb@openbsd.org>
Sat, 16 Dec 2023 14:09:33 +0000 (14:09 +0000)
committertb <tb@openbsd.org>
Sat, 16 Dec 2023 14:09:33 +0000 (14:09 +0000)
commit7f25767d815c78384174f883d4be409806f5f41d
treed4d30b713eeac76581e701f799d41c15c9c08c03
parent14154d13a2439663cd82b4687792fcfe82290068
Move EVP_PBE_find() next to the tables

There is no point in having EVP_PBE_CipherInit() between the table and
the lookup functions (which it notably uses).

No code change.
lib/libcrypto/evp/evp_pbe.c