Home
last modified time | relevance | path

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

/openssl/test/
H A Dquicapitest.c445 char *reffile; in compare_with_file() local
450 reffile = test_mk_file_path(datadir, "ssltraceref.txt"); in compare_with_file()
452 reffile = test_mk_file_path(datadir, "ssltraceref-zlib.txt"); in compare_with_file()
454 if (!TEST_ptr(reffile)) in compare_with_file()
457 file = BIO_new_file(reffile, "rb"); in compare_with_file()
501 OPENSSL_free(reffile); in compare_with_file()

Completed in 7 milliseconds