summaryrefslogtreecommitdiff
path: root/apps/ciphers.c
diff options
context:
space:
mode:
authorsteve <steve>2007-03-23 17:03:57 +0000
committersteve <steve>2007-03-23 17:03:57 +0000
commit79a7c2efe7ad508915cb8ada75e21e86169e0b32 (patch)
tree6209b1bd6f67579e01f38940ba092a0e55a034e2 /apps/ciphers.c
parentbbca9585ed7a09337b03b53908c9c99090e206b5 (diff)
downloadopenssl-79a7c2efe7ad508915cb8ada75e21e86169e0b32.tar.gz
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 be3fc18e0..3d4c60db9 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++;