Searched refs:newfile (Results 1 – 1 of 1) sorted by relevance
443 BIO *file = NULL, *newfile = NULL; in compare_with_file() local461 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