From: Dmitry Belyavskiy Date: Wed, 4 Nov 2020 09:25:58 +0000 (+0300) Subject: Check the configuration file by default X-Git-Tag: openssl-3.0.0-alpha9~172 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7bfd934049021ebf56db3f9670961c958104445d;p=thirdparty%2Fopenssl.git Check the configuration file by default Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/13310) --- diff --git a/apps/openssl-vms.cnf b/apps/openssl-vms.cnf index ca21149efdd..f18e63c3518 100644 --- a/apps/openssl-vms.cnf +++ b/apps/openssl-vms.cnf @@ -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 diff --git a/apps/openssl.cnf b/apps/openssl.cnf index 3e8c0cbb2cf..97567a67be6 100644 --- a/apps/openssl.cnf +++ b/apps/openssl.cnf @@ -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