Make CONF_METHOD opaque
authortb <tb@openbsd.org>
Sat, 31 Aug 2024 09:21:44 +0000 (09:21 +0000)
committertb <tb@openbsd.org>
Sat, 31 Aug 2024 09:21:44 +0000 (09:21 +0000)
commita681313f9af157b0958be9fec2d8dffa5dac842d
tree1821724f62429c92c000244a61942fbc3555ecb5
parent51cd24c3eeafea31caf3785e7aa8a9e13612e3cb
Make CONF_METHOD opaque

Much of conf is designed in such a way that you really have to reach into
its structs. This one piece can be hidden. It might even be removed soon.

ok beck jsing
lib/libcrypto/Makefile
lib/libcrypto/conf/conf.h
lib/libcrypto/conf/conf_api.c
lib/libcrypto/conf/conf_def.c
lib/libcrypto/conf/conf_lib.c
lib/libcrypto/conf/conf_local.h [new file with mode: 0644]
lib/libcrypto/x509/x509_conf.c