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:
8637790
)
Add an explicit load_config() call so any added algorithms are
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 4 Apr 2006 18:47:20 +0000
(18:47 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 4 Apr 2006 18:47:20 +0000
(18:47 +0000)
visible.
apps/openssl.c
patch
|
blob
|
history
diff --git
a/apps/openssl.c
b/apps/openssl.c
index 26c7297d66edf0a25040d020c87044e107368ccf..a9f3df0955687f2177e9e413c319baffa86078b1 100644
(file)
--- a/
apps/openssl.c
+++ b/
apps/openssl.c
@@
-432,6
+432,10
@@
static int do_cmd(LHASH *prog, int argc, char *argv[])
bio_stdout = BIO_push(tmpbio, bio_stdout);
}
#endif
+
+ if (!load_config(bio_err, NULL))
+ goto end;
+
if (list_type == FUNC_TYPE_PKEY)
list_pkey(bio_stdout);
else