From 821c632dede961941fefc2166b87d8ae1c05bd6b Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 30 Jun 2021 18:10:42 +0000 Subject: Disable some tests that probably no longer make sense. We'll either fix these or remove them in the near future. --- src/regress/lib/libssl/ciphers/cipherstest.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/regress/lib/libssl/ciphers/cipherstest.c b/src/regress/lib/libssl/ciphers/cipherstest.c index 4d0260e2aa..8626bc06b4 100644 --- a/src/regress/lib/libssl/ciphers/cipherstest.c +++ b/src/regress/lib/libssl/ciphers/cipherstest.c @@ -32,6 +32,7 @@ ssl_aes_is_accelerated(void) #endif } +#if 0 static int get_put_test(const char *name, const SSL_METHOD *method) { @@ -117,6 +118,7 @@ cipher_get_put_tests(void) return failed; } +#endif static int cipher_get_by_value_tests(void) @@ -508,7 +510,10 @@ main(int argc, char **argv) { int failed = 0; +#if 0 failed |= cipher_get_put_tests(); +#endif + failed |= cipher_get_by_value_tests(); failed |= parse_ciphersuites_test(); -- cgit v1.2.3-55-g6feb