]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/recipes/15-test_rsapss.t
Rather use -out parameter than redirect stdout
authorRichard Levitte <levitte@openssl.org>
Tue, 14 Mar 2017 16:01:19 +0000 (17:01 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 14 Mar 2017 16:21:24 +0000 (17:21 +0100)
commitd8f9213ae2f0c59198fe56eeb70c34d735422254
tree88a21842b34509f64ba200fcb6e7fd2bcf29a0fa
parent64e2b23ce3b75fc6c73ac8c979894e190c9e78d1
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)
test/recipes/15-test_rsapss.t