Searched refs:sessbio (Results 1 – 1 of 1) sorted by relevance
72 BIO *sessbio = NULL; in test_client_hello() local153 sessbio = BIO_new_file(sessionfile, "r"); in test_client_hello()154 if (!TEST_ptr(sessbio)) { in test_client_hello()158 sess = PEM_read_bio_SSL_SESSION(sessbio, NULL, NULL, NULL); in test_client_hello()250 BIO_free(sessbio); in test_client_hello()
Completed in 6 milliseconds