summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2021-06-30 18:10:42 +0000
committerjsing <>2021-06-30 18:10:42 +0000
commit821c632dede961941fefc2166b87d8ae1c05bd6b (patch)
treee3e88b193116971a3d9f78d4e9432ac566fe85ed /src
parent1b804e9d919d18066e2bda6cfc02056171f67faf (diff)
downloadopenbsd-821c632dede961941fefc2166b87d8ae1c05bd6b.tar.gz
openbsd-821c632dede961941fefc2166b87d8ae1c05bd6b.tar.bz2
openbsd-821c632dede961941fefc2166b87d8ae1c05bd6b.zip
Disable some tests that probably no longer make sense.
We'll either fix these or remove them in the near future.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/ciphers/cipherstest.c5
1 files changed, 5 insertions, 0 deletions
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)
32#endif 32#endif
33} 33}
34 34
35#if 0
35static int 36static int
36get_put_test(const char *name, const SSL_METHOD *method) 37get_put_test(const char *name, const SSL_METHOD *method)
37{ 38{
@@ -117,6 +118,7 @@ cipher_get_put_tests(void)
117 118
118 return failed; 119 return failed;
119} 120}
121#endif
120 122
121static int 123static int
122cipher_get_by_value_tests(void) 124cipher_get_by_value_tests(void)
@@ -508,7 +510,10 @@ main(int argc, char **argv)
508{ 510{
509 int failed = 0; 511 int failed = 0;
510 512
513#if 0
511 failed |= cipher_get_put_tests(); 514 failed |= cipher_get_put_tests();
515#endif
516
512 failed |= cipher_get_by_value_tests(); 517 failed |= cipher_get_by_value_tests();
513 518
514 failed |= parse_ciphersuites_test(); 519 failed |= parse_ciphersuites_test();