Check the configuration file by default
authorDmitry Belyavskiy <beldmit@gmail.com>
Wed, 4 Nov 2020 09:25:58 +0000 (12:25 +0300)
committerDmitry Belyavskiy <beldmit@gmail.com>
Thu, 5 Nov 2020 17:45:20 +0000 (20:45 +0300)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13310)

apps/openssl-vms.cnf
apps/openssl.cnf

index ca21149efdd3380f5713dffdc49b796dd84b13d1..f18e63c3518e8dc1bd5e6a0f28d0d38ca366cc80 100644 (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
index 3e8c0cbb2cff59300bc0300f013c23fec35dec37..97567a67be6d23153830620f03b58dc4f623c09c 100644 (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