Stop using conf->meth_data and make CONF_type_default const
authortb <tb@openbsd.org>
Sat, 31 Aug 2024 09:36:38 +0000 (09:36 +0000)
committertb <tb@openbsd.org>
Sat, 31 Aug 2024 09:36:38 +0000 (09:36 +0000)
commitbf20285611a855bfa4173a88ea891fdb4bf81ba5
tree4704749feed8b0ebdf68d28d7054f47c9dcd12d1
parent849e1113d97ce6d6a3a465e688d15b047364f4e0
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
lib/libcrypto/conf/conf.h
lib/libcrypto/conf/conf_def.c
lib/libcrypto/conf/conf_def.h