Home
last modified time | relevance | path

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

/openssl/test/
H A Dquicapitest.c435 char *reffile; in compare_with_file() local
440 reffile = test_mk_file_path(datadir, "ssltraceref.txt"); in compare_with_file()
442 reffile = test_mk_file_path(datadir, "ssltraceref-zlib.txt"); in compare_with_file()
444 if (!TEST_ptr(reffile)) in compare_with_file()
447 file = BIO_new_file(reffile, "rb"); in compare_with_file()
491 OPENSSL_free(reffile); in compare_with_file()

Completed in 14 milliseconds