CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/31 03:39:31
Modified files:
lib/libcrypto/conf: conf.h conf_def.c conf_lib.c conf_local.h
Log message:
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
