diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-14 20:50:55 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-14 20:50:55 +0000 |
commit | 67fff935faa625a5ee69087e7d34bce34ee03d77 (patch) | |
tree | 1aa6a56deb6978a011679dd85cfc8dde3d34bf06 /test/src/client.c | |
parent | 48a74eea95b1bd7e69151d4f4122868a777a18a6 (diff) |
Testsuite: make "client" util TLS variants more similar
Diffstat (limited to 'test/src/client.c')
-rw-r--r-- | test/src/client.c | 2 |
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; } |