aboutsummaryrefslogtreecommitdiff
path: root/sntp/tests/run-crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'sntp/tests/run-crypto.c')
-rw-r--r--sntp/tests/run-crypto.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sntp/tests/run-crypto.c b/sntp/tests/run-crypto.c
index 0d4e94d5536c..a486f86c4035 100644
--- a/sntp/tests/run-crypto.c
+++ b/sntp/tests/run-crypto.c
@@ -43,7 +43,9 @@ extern void test_PacketSizeNotMultipleOfFourBytes(void);
//=======Suite Setup=====
static void suite_setup(void)
{
+extern int change_iobufs(int);
extern int change_logfile(const char*, int);
+change_iobufs(1);
change_logfile("stderr", 0);
}