Check the configuration file by default

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13310)
This commit is contained in:
Dmitry Belyavskiy 2020-11-04 12:25:58 +03:00
parent ecabd00644
commit 7bfd934049
2 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,10 @@ HOME = .
# Use this in order to automatically load providers.
openssl_conf = openssl_init
# Comment this out if you deliberately want to ignore
# configuration errors
config_diagnostics = 1
# Extra OBJECT IDENTIFIER info:
# oid_file = $ENV::HOME/.oid
oid_section = new_oids

View File

@ -16,6 +16,10 @@ HOME = .
# Use this in order to automatically load providers.
openssl_conf = openssl_init
# Comment this out if you deliberately want to ignore
# configuration errors
config_diagnostics = 1
# Extra OBJECT IDENTIFIER info:
# oid_file = $ENV::HOME/.oid
oid_section = new_oids