Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c8820 char *rootfile = NULL, *ecdsacert = NULL, *ecdsakey = NULL; in cert_cb() local
8845 rootfile = test_mk_file_path(certsdir, "rootcert.pem"); in cert_cb()
8848 if (!TEST_ptr(rootfile) || !TEST_ptr(ecdsacert) || !TEST_ptr(ecdsakey)) in cert_cb()
8854 || !TEST_int_gt(BIO_read_filename(in, rootfile), 0) in cert_cb()
8893 OPENSSL_free(rootfile); in cert_cb()

Completed in 29 milliseconds