diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2007-03-23 18:04:05 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2007-03-23 18:04:05 +0100 |
commit | 9981a51e426b5b346848163ff89e8a63d0916097 (patch) | |
tree | a2811b8d579d5cd881ec49d481764a02a02d5bd0 /apps | |
parent | Synchronise the VMS build with recent movements in the Unix build. (diff) | |
download | openssl-9981a51e426b5b346848163ff89e8a63d0916097.tar.xz openssl-9981a51e426b5b346848163ff89e8a63d0916097.zip |
Stage 1 GOST ciphersuite support.
Submitted by: ran@cryptocom.ru
Reviewed by: steve@openssl.org
Diffstat (limited to 'apps')
-rw-r--r-- | apps/ciphers.c | 2 |
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++; |