const correct uses of CONF_METHOD
authortb <tb@openbsd.org>
Sat, 31 Aug 2024 09:39:31 +0000 (09:39 +0000)
committertb <tb@openbsd.org>
Sat, 31 Aug 2024 09:39:31 +0000 (09:39 +0000)
commit9cc23e66e95df689d0bacc9ae4f8bd9907a56666
tree982baf10a3614046e309d8c31eca2d81d0ab59b5
parentbf20285611a855bfa4173a88ea891fdb4bf81ba5
const correct uses of CONF_METHOD

While not all of this is strictly needed, it was simply incorrect. This
way another global which was modifiable for no good reason becomes const.

ok beck jsing
lib/libcrypto/conf/conf.h
lib/libcrypto/conf/conf_def.c
lib/libcrypto/conf/conf_lib.c
lib/libcrypto/conf/conf_local.h