CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2024/08/31 03:26:19

Modified files:
        lib/libcrypto  : Symbols.list 
        lib/libcrypto/asn1: asn1_gen.c asn_moid.c 
        lib/libcrypto/conf: conf.h conf_lib.c conf_local.h conf_mod.c 
        lib/libcrypto/ct: ct_log.c 
        lib/libcrypto/hidden/openssl: conf.h 
        lib/libcrypto/x509: x509_utl.c 

Log message:
Unexport some conf layers unused outside of libcrypto

imodules are called imodules because they contain Information about
modules that have been Initialized. Which one of these two I it is
is anyone's best guess. Why anything outside of libcrypto would ever
possibly care will also remain a mystery.

Remove the old way of adding a conf module, user data, stop allowing
to set a method (it's opaque now, remember?) and drop a couple bits
more from the public api interface.

ok beck jsing

Reply via email to