Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c8092 char *rootfile = NULL, *ecdsacert = NULL, *ecdsakey = NULL; in cert_cb() local
8117 rootfile = test_mk_file_path(certsdir, "rootcert.pem"); in cert_cb()
8120 if (!TEST_ptr(rootfile) || !TEST_ptr(ecdsacert) || !TEST_ptr(ecdsakey)) in cert_cb()
8126 || !TEST_int_gt(BIO_read_filename(in, rootfile), 0) in cert_cb()
8165 OPENSSL_free(rootfile); in cert_cb()

Completed in 27 milliseconds