summaryrefslogtreecommitdiff
path: root/test/testutil/output.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-04-28 15:40:55 +0200
committerRichard Levitte <levitte@openssl.org>2017-04-28 15:59:46 +0200
commit0918b94c9c01307a1cc4cfc347d458827e30ffea (patch)
treeca2db045ffbfa71b877b2e2ad6086c6f54123258 /test/testutil/output.h
parent68e49bf22384c33494886eb95d78f1f69f433781 (diff)
downloadopenssl-new-0918b94c9c01307a1cc4cfc347d458827e30ffea.tar.gz
testutil: Remove test_puts_std{out,err}, they are superfluous
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3345)
Diffstat (limited to 'test/testutil/output.h')
-rw-r--r--test/testutil/output.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/testutil/output.h b/test/testutil/output.h
index 1ca12d289f..7c03affcc8 100644
--- a/test/testutil/output.h
+++ b/test/testutil/output.h
@@ -19,8 +19,6 @@
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 */