Home
last modified time | relevance | path

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

/openssl/test/
H A Dquicapitest.c443 BIO *file = NULL, *newfile = NULL; in compare_with_file() local
461 newfile = BIO_new_file("ssltraceref-new.txt", "wb"); in compare_with_file()
462 if (!TEST_ptr(newfile)) in compare_with_file()
466 if (BIO_puts(newfile, buf2) <= 0) { in compare_with_file()
503 BIO_free(newfile); in compare_with_file()

Completed in 7 milliseconds