diff options
| author | jsing <> | 2021-06-30 18:10:42 +0000 |
|---|---|---|
| committer | jsing <> | 2021-06-30 18:10:42 +0000 |
| commit | 821c632dede961941fefc2166b87d8ae1c05bd6b (patch) | |
| tree | e3e88b193116971a3d9f78d4e9432ac566fe85ed /src | |
| parent | 1b804e9d919d18066e2bda6cfc02056171f67faf (diff) | |
| download | openbsd-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.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(); |
