]> git.ipfire.org Git - thirdparty/openssl.git/commit
crypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC4_P_INIT conditionally
authorRichard Levitte <levitte@openssl.org>
Thu, 15 Aug 2019 08:20:13 +0000 (10:20 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Aug 2019 09:22:34 +0000 (11:22 +0200)
commit9f643f54236d6cf0d0d24327acd3b858883f0686
tree170aef19c51c5ca80bcb5374f6d3475079527926
parentec02412b542d1240ed0ecf02e59ca4a4fa08027b
crypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC4_P_INIT conditionally

When OpenSSL is configured with 'no-stdio', TEST_ENG_OPENSSL_RC4_P_INIT
shouldn't be defined, as that test uses stdio.

Fixes #9597

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9598)
crypto/engine/eng_openssl.c