summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-08-01 11:14:23 +0100
committerScott Deboy <sdeboy@secondstryke.com>2014-02-09 08:02:40 -0800
commit8b41df41c2bb51d6ad52d1ca54734776cf592022 (patch)
treecc073724cb5f4c33240ce9f4f69037d45c6e2421 /apps/s_client.c
parentc32ebefaa891b60a5dd23a039a2da5982d25ae26 (diff)
Make it build.
(cherry picked from commit a6a48e87bc469f37ed1c53d0e4d22faaa0a5adf3) Conflicts: ssl/s3_clnt.c ssl/t1_lib.c
Diffstat (limited to 'apps/s_client.c')
-rw-r--r--apps/s_client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/s_client.c b/apps/s_client.c
index d426bb1662..eece94f859 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -2471,7 +2471,7 @@ static int authz_tlsext_generate_cb(SSL *s, unsigned short ext_type,
return 1;
}
}
- //no auth extension to send
+ /* no auth extension to send */
return -1;
}
@@ -2506,7 +2506,7 @@ static int auth_suppdata_generate_cb(SSL *s, unsigned short supp_data_type,
return 1;
}
}
- //no supplemental data to send
+ /* no supplemental data to send */
return -1;
}