diff options
author | lloyd <[email protected]> | 2012-09-18 16:14:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-09-18 16:14:52 +0000 |
commit | 5e5fd28dc4a6641cba11def317f339757322608b (patch) | |
tree | bf42849c901a6188545bf386bc4e6ad94c1a46c3 /checks | |
parent | 7139e6423db8d7d51e134482841cc40e490b816a (diff) |
No longer a part of session state
Diffstat (limited to 'checks')
-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; }; |