summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libssl/client/clienttest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/client/clienttest.c b/src/regress/lib/libssl/client/clienttest.c
index e44b31e205..0b2f06d1e8 100644
--- a/src/regress/lib/libssl/client/clienttest.c
+++ b/src/regress/lib/libssl/client/clienttest.c
@@ -388,7 +388,7 @@ client_hello_test(int testno, struct client_hello_test *cht)
388 388
389 if (make_client_hello(cht->protocol, &client_hello, 389 if (make_client_hello(cht->protocol, &client_hello,
390 &client_hello_len) != 0) 390 &client_hello_len) != 0)
391 goto failure; 391 errx(1, "failed to make client hello");
392 392
393 if ((size_t)len != client_hello_len) { 393 if ((size_t)len != client_hello_len) {
394 fprintf(stderr, "FAIL: test returned ClientHello length %li, " 394 fprintf(stderr, "FAIL: test returned ClientHello length %li, "