summaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-03-14 20:50:55 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-03-14 20:50:55 +0000
commit67fff935faa625a5ee69087e7d34bce34ee03d77 (patch)
tree1aa6a56deb6978a011679dd85cfc8dde3d34bf06 /test/src
parent48a74eea95b1bd7e69151d4f4122868a777a18a6 (diff)
downloadexim4-67fff935faa625a5ee69087e7d34bce34ee03d77.tar.gz
Testsuite: make "client" util TLS variants more similar
Diffstat (limited to 'test/src')
-rw-r--r--test/src/client.c2
1 files changed, 1 insertions, 1 deletions
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;
}