This should be moved to a dedicated regress test.
int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time,
clock_t *c_time);
int doit(SSL *s_ssl, SSL *c_ssl, long bytes);
+
+#if 0
static int do_test_cipherlist(void);
+#endif
static void
sv_usage(void)
goto end;
}
+#if 0
if (test_cipherlist == 1) {
/* ensure that the cipher list are correctly sorted and exit */
if (do_test_cipherlist() == 0)
ret = 0;
goto end;
}
+#endif
if (!dtls1 && !tls1 && !tls1_2 && number > 1 && !reuse && !force) {
fprintf(stderr,
return (dh);
}
+#if 0
static int
do_test_cipherlist(void)
{
return 1;
}
+#endif