summaryrefslogtreecommitdiff
path: root/test/recipes/70-test_sslskewith0p.t
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2020-05-24 11:11:27 +0200
committerBernd Edlinger <bernd.edlinger@hotmail.de>2021-10-06 15:18:09 +0200
commit39ed07454d8df794a36e2b6788043842a22b0909 (patch)
tree877d569b63d196c6e6f9f0e2d75a90e3ddbb7e7d /test/recipes/70-test_sslskewith0p.t
parent6f6a5e0c7c41b6b3639e51f435cd98bb3ae061bc (diff)
downloadopenssl-new-39ed07454d8df794a36e2b6788043842a22b0909.tar.gz
Remove OPENSSL_ia32cap overrides in various test scripts
The removed override was: OPENSSL_ia32cap=~0x200000200000000 which disables AESNI codepaths and PCLMULQDQ (useful for ghash). It is unclear why this was done, but it probably just hides bugs. [extended tests] Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16693)
Diffstat (limited to 'test/recipes/70-test_sslskewith0p.t')
-rw-r--r--test/recipes/70-test_sslskewith0p.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/recipes/70-test_sslskewith0p.t b/test/recipes/70-test_sslskewith0p.t
index 9d2442fa12..c53925dcdd 100644
--- a/test/recipes/70-test_sslskewith0p.t
+++ b/test/recipes/70-test_sslskewith0p.t
@@ -29,7 +29,6 @@ plan skip_all => "$test_name needs the sock feature enabled"
plan skip_all => "$test_name needs TLS enabled"
if alldisabled(available_protocols("tls"));
-$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
my $proxy = TLSProxy::Proxy->new(
\&ske_0_p_filter,
cmdstr(app(["openssl"]), display => 1),