CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/10/18 05:12:10
Modified files:
lib/libcrypto : Makefile
lib/libcrypto/conf: conf_local.h conf_sap.c
Removed files:
lib/libcrypto/conf: conf_mall.c
Log message:
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.