diff options
Diffstat (limited to 'checks/tls.cpp')
-rw-r--r-- | checks/tls.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/checks/tls.cpp b/checks/tls.cpp index 1d0ac3ceb..7fd2b3993 100644 --- a/checks/tls.cpp +++ b/checks/tls.cpp @@ -152,10 +152,6 @@ void test_handshake(RandomNumberGenerator& rng) if(!session.session_ticket().empty()) std::cout << "Session ticket " << hex_encode(session.session_ticket()) << "\n"; - std::cout << "Secure renegotiation is" - << (session.secure_renegotiation() ? "" : " NOT") - << " supported\n"; - return true; }; |