summaryrefslogtreecommitdiffstats
path: root/apps/ciphers.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-03-23 17:04:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-03-23 17:04:05 +0000
commit9981a51e426b5b346848163ff89e8a63d0916097 (patch)
treea2811b8d579d5cd881ec49d481764a02a02d5bd0 /apps/ciphers.c
parentebb326afe6662b65b688151375723d95536eba8f (diff)
Stage 1 GOST ciphersuite support.
Submitted by: ran@cryptocom.ru Reviewed by: steve@openssl.org
Diffstat (limited to 'apps/ciphers.c')
-rw-r--r--apps/ciphers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ciphers.c b/apps/ciphers.c
index be3fc18e0e..3d4c60db9e 100644
--- a/apps/ciphers.c
+++ b/apps/ciphers.c
@@ -115,6 +115,8 @@ int MAIN(int argc, char **argv)
STDout = BIO_push(tmpbio, STDout);
}
#endif
+ if (!load_config(bio_err, NULL))
+ goto end;
argc--;
argv++;