commit | e636e2acd753fb68f587c9fac2f381ad8c153528 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Mon Jan 19 12:42:01 2015 +0000 |
committer | Matt Caswell <matt@openssl.org> | Thu Jan 22 09:20:06 2015 +0000 |
tree | 356224f7a2b351eeba71d2d44121a24fb072397b | |
parent | 28470b6095aa1f098860ffdf226f32e4c4cd334f [diff] [blame] |
Fix source where indent will not be able to cope Reviewed-by: Tim Hudson <tjh@openssl.org>
diff --git a/apps/s_client.c b/apps/s_client.c index 39c58c2..11d3feb 100644 --- a/apps/s_client.c +++ b/apps/s_client.c
@@ -177,7 +177,8 @@ /*#define SSL_HOST_NAME "193.118.187.102" */ #define SSL_HOST_NAME "localhost" -/*#define TEST_CERT "client.pem" */ /* no default cert. */ +/* no default cert. */ +/*#define TEST_CERT "client.pem" */ #undef BUFSIZZ #define BUFSIZZ 1024*8