commit | d8f9213ae2f0c59198fe56eeb70c34d735422254 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Tue Mar 14 17:01:19 2017 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Tue Mar 14 17:21:24 2017 +0100 |
tree | 88a21842b34509f64ba200fcb6e7fd2bcf29a0fa | |
parent | 64e2b23ce3b75fc6c73ac8c979894e190c9e78d1 [diff] |
Rather use -out parameter than redirect stdout On some platforms, setting stdout to binary mode isn't quite enough, which makes the result unusable. With -out, we have better control. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2939)