Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dx509_req_test.c26 char *certFilePath; in test_x509_req_detect_invalid_version() local
32 certFilePath = test_mk_file_path(certsDir, "x509-req-detect-invalid-version.pem"); in test_x509_req_detect_invalid_version()
33 if (certFilePath == NULL) in test_x509_req_detect_invalid_version()
35 if (!TEST_ptr(bio = BIO_new_file(certFilePath, "r"))) in test_x509_req_detect_invalid_version()
52 OPENSSL_free(certFilePath); in test_x509_req_detect_invalid_version()