Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c6275 char *rootfile = NULL, *ecdsacert = NULL, *ecdsakey = NULL; in cert_cb() local
6300 rootfile = test_mk_file_path(certsdir, "rootcert.pem"); in cert_cb()
6303 if (!TEST_ptr(rootfile) || !TEST_ptr(ecdsacert) || !TEST_ptr(ecdsakey)) in cert_cb()
6309 || !TEST_int_ge(BIO_read_filename(in, rootfile), 0) in cert_cb()
6344 OPENSSL_free(rootfile); in cert_cb()