Searched refs:origsess (Results 1 – 1 of 1) sorted by relevance
5106 SSL_SESSION *origsess = NULL; in test_negotiated_group() local5174 if (!TEST_ptr((origsess = SSL_get1_session(clientssl)))) in test_negotiated_group()5186 || !TEST_true(SSL_set_session(clientssl, origsess)) in test_negotiated_group()5232 || !TEST_true(SSL_set_session(clientssl, origsess)) in test_negotiated_group()5252 SSL_SESSION_free(origsess); in test_negotiated_group()