summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();