The branch OpenSSL_1_1_1-stable has been updated
       via  8c175d2d4f1fc630b5da8d4a5aeb85b21105a2b5 (commit)
      from  b6769a3865fabc04d0047da8c672981f5afaf787 (commit)


- Log -----------------------------------------------------------------
commit 8c175d2d4f1fc630b5da8d4a5aeb85b21105a2b5
Author: Bernd Edlinger <[email protected]>
Date:   Fri Sep 21 09:05:16 2018 +0200

    Make ca command silently use default if .attr file does not exist
    
    Reviewed-by: Nicola Tuveri <[email protected]>
    Reviewed-by: Matt Caswell <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/7286)
    
    (cherry picked from commit ac454d8d4663e2fcf8a8437fab8aefd883091c37)

-----------------------------------------------------------------------

Summary of changes:
 apps/apps.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/apps.c b/apps/apps.c
index 653e397..79171d1 100644
--- a/apps/apps.c
+++ b/apps/apps.c
@@ -1561,7 +1561,7 @@ CA_DB *load_index(const char *dbfile, DB_ATTR *db_attr)
 #else
     BIO_snprintf(buf, sizeof(buf), "%s-attr", dbfile);
 #endif
-    dbattr_conf = app_load_config(buf);
+    dbattr_conf = app_load_config_quiet(buf);
 
     retdb = app_malloc(sizeof(*retdb), "new DB");
     retdb->db = tmpdb;
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to