From 67fff935faa625a5ee69087e7d34bce34ee03d77 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 14 Mar 2020 20:50:55 +0000 Subject: Testsuite: make "client" util TLS variants more similar --- test/src/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/src') diff --git a/test/src/client.c b/test/src/client.c index 63195347f..9190af068 100644 --- a/test/src/client.c +++ b/test/src/client.c @@ -297,7 +297,7 @@ if (rc <= 0) return 0; } -printf("SSL connection using %s\n", SSL_get_cipher (*ssl)); +/* printf("SSL connection using %s\n", SSL_get_cipher (*ssl)); */ return 1; } -- cgit v1.2.3