CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/31 03:44:00
Modified files:
lib/libcrypto : Symbols.list
lib/libcrypto/conf: conf.h conf_def.c conf_local.h
lib/libcrypto/hidden/openssl: conf.h
Log message:
Unexport NCONF_default
The only project I'm aware of that ever used this was rust-openssl
and they did so for no good reason. So remove this API, the crate's
code is already adjusted accordingly.
ok beck jsing
