diff options
author | jsing <> | 2021-06-30 18:10:42 +0000 |
---|---|---|
committer | jsing <> | 2021-06-30 18:10:42 +0000 |
commit | a6d179ffa493a1c4c5ee4d7c55c3d9a9825d2954 (patch) | |
tree | e3e88b193116971a3d9f78d4e9432ac566fe85ed /src | |
parent | d0f43669a52c03e742d057eb68e647758c94799f (diff) | |
download | openbsd-a6d179ffa493a1c4c5ee4d7c55c3d9a9825d2954.tar.gz openbsd-a6d179ffa493a1c4c5ee4d7c55c3d9a9825d2954.tar.bz2 openbsd-a6d179ffa493a1c4c5ee4d7c55c3d9a9825d2954.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.c | 5 |
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 | ||
35 | static int | 36 | static int |
36 | get_put_test(const char *name, const SSL_METHOD *method) | 37 | get_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 | ||
121 | static int | 123 | static int |
122 | cipher_get_by_value_tests(void) | 124 | cipher_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(); |