From e636e2acd753fb68f587c9fac2f381ad8c153528 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 19 Jan 2015 12:42:01 +0000 Subject: Fix source where indent will not be able to cope Reviewed-by: Tim Hudson --- apps/s_time.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/s_time.c') diff --git a/apps/s_time.c b/apps/s_time.c index 8752649fc4..df7dfdc9f3 100644 --- a/apps/s_time.c +++ b/apps/s_time.c @@ -90,7 +90,8 @@ #define SSL_CONNECT_NAME "localhost:4433" -/*#define TEST_CERT "client.pem" */ /* no default cert. */ +/* no default cert. */ +/*#define TEST_CERT "client.pem" */ #undef BUFSIZZ #define BUFSIZZ 1024*10 -- cgit v1.2.3