test/recipes/80-test_pkcs12.t: handle lack of Win32::API.
[openssl.git] / test / testutil / output.h
index 1ca12d289fc0f57e514a53ebc5e8c96a30be3c75..8e2b2a340ade6621bedb38d9fc20b6f8aa9724d7 100644 (file)
 
 /*
  * The basic I/O functions used internally by the test framework.  These
- * can be overriden when needed. Note that if one is, then all must be.
+ * can be overridden when needed. Note that if one is, then all must be.
  */
 void test_open_streams(void);
 void test_close_streams(void);
 /* The following ALL return the number of characters written */
-int test_puts_stdout(const char *str);
-int test_puts_stderr(const char *str);
 int test_vprintf_stdout(const char *fmt, va_list ap);
 int test_vprintf_stderr(const char *fmt, va_list ap);
 /* These return failure or success */