Inline last use of OPENSSL_load_builtin_modules()
authortb <tb@openbsd.org>
Fri, 18 Oct 2024 11:12:10 +0000 (11:12 +0000)
committertb <tb@openbsd.org>
Fri, 18 Oct 2024 11:12:10 +0000 (11:12 +0000)
commit72fb407fee625a4df6bc1f41d8eeb91ee5446861
tree1042d812cafc26586259f9ae6034f19dcd90bca3
parent2567856a13ae62daeb7897c78e84dc24985e50ca
Inline last use of OPENSSL_load_builtin_modules()

This used to be a trivial wrapper of the ASN1_add_oid_module() horror.
It's no longer exported, so it can go away. It moves from the terribly
named file conf_mall.c to the equally terribly named file conf_sap.c.
I have no idea what mall and sap are supposed to mean in this context.
lib/libcrypto/Makefile
lib/libcrypto/conf/conf_local.h
lib/libcrypto/conf/conf_mall.c [deleted file]
lib/libcrypto/conf/conf_sap.c