summaryrefslogtreecommitdiffstats
path: root/ssl/ssltest.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-19 12:42:01 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:33:54 +0000
commit1566497495b30054453b05d275c01d6db5211e2a (patch)
treea1d5537c54452e0bd4fefcb327d82acdbc2ddf82 /ssl/ssltest.c
parent712548231e101f11c06e729e2330a7f3155b2d7e (diff)
Fix source where indent will not be able to cope
Conflicts: apps/ciphers.c ssl/s3_pkt.c Conflicts: crypto/ec/ec_curve.c Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'ssl/ssltest.c')
-rw-r--r--ssl/ssltest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/ssltest.c b/ssl/ssltest.c
index 7af9857212..fbe958084f 100644
--- a/ssl/ssltest.c
+++ b/ssl/ssltest.c
@@ -2038,9 +2038,10 @@ static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
static void process_proxy_debug(int indent, const char *format, ...)
{
+ /* That's 80 > */
static const char indentation[] =
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
- ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"; /* That's 80 > */
+ ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>";
char my_format[256];
va_list args;