Searched refs:was_reused (Results 1 – 1 of 1) sorted by relevance
2092 bool was_reused = !!SSL_session_reused(client.get()); in ExpectSessionReused() local2093 if (was_reused != reused) { in ExpectSessionReused()2095 was_reused ? "" : " not"); in ExpectSessionReused()