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

Modified files:
        lib/libcrypto/conf: conf.h conf_def.c conf_def.h 

Log message:
Stop using conf->meth_data and make CONF_type_default const

Now that we no longer need to hang a poor man's ctype substitute off
the conf structure, we can get rid of the otherwise unused meth_data
member. This allows us to const correct CONF_type_default. Hopefully
we can remove it soon.

ok beck jsing

Reply via email to