Home
last modified time | relevance | path

Searched refs:sessbio (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dclienthellotest.c72 BIO *sessbio = NULL; in test_client_hello() local
153 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 8 milliseconds