artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d969e1
)
Disable some tests that probably no longer make sense.
author
jsing
<jsing@openbsd.org>
Wed, 30 Jun 2021 18:10:42 +0000
(18:10 +0000)
committer
jsing
<jsing@openbsd.org>
Wed, 30 Jun 2021 18:10:42 +0000
(18:10 +0000)
We'll either fix these or remove them in the near future.
regress/lib/libssl/ciphers/cipherstest.c
patch
|
blob
|
history
diff --git
a/regress/lib/libssl/ciphers/cipherstest.c
b/regress/lib/libssl/ciphers/cipherstest.c
index
4d0260e
..
8626bc0
100644
(file)
--- a/
regress/lib/libssl/ciphers/cipherstest.c
+++ b/
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();