CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/18 21:35:38
Modified files:
lib/libcrypto : crypto.h crypto_init.c
lib/libcrypto/conf: conf_sap.c
Log message:
Correct mistake of loading the default openssl.conf by default during autoinit.
This brings in the OPENSSL_INIT_LOAD_CONFIG flag with the same semantics as
OpenSSL. As a result, by default the openssl.conf file is not loaded during
autoinit, which makes autoinit safe for pledge(stdio).
ok jsing@
