Let the output from 'openssl enc -ciphers' go to stdout
authorRichard Levitte <levitte@openssl.org>
Wed, 22 Feb 2017 23:11:18 +0000 (00:11 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 22 Feb 2017 23:11:18 +0000 (00:11 +0100)
commit341de5f1997d21b60cee69be656f1ae709bccdac
tree15597c520233e484c44a7c30a47cf2a517ffc903
parent50799f3558981eac0482d3ea77b21c58b56d4871
Let the output from 'openssl enc -ciphers' go to stdout

Also, don't exit with an error code

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2716)
apps/enc.c