projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8f3704
)
Make ca command silently use default if .attr file does not exist
author
Bernd Edlinger
<bernd.edlinger@hotmail.de>
Fri, 21 Sep 2018 07:05:16 +0000
(09:05 +0200)
committer
Bernd Edlinger
<bernd.edlinger@hotmail.de>
Mon, 21 Jan 2019 14:50:20 +0000
(15:50 +0100)
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7286)
apps/apps.c
patch
|
blob
|
history
diff --git
a/apps/apps.c
b/apps/apps.c
index 67d28eeb9fb3f6899fb060c5492b2b63673ade20..ed1b618a5344cce5d12ec39c93e5f8686b261b29 100644
(file)
--- a/
apps/apps.c
+++ b/
apps/apps.c
@@
-1557,7
+1557,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;