summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-08-01 11:14:23 +0100
committerBen Laurie <ben@links.org>2013-09-06 13:59:13 +0100
commita6a48e87bc469f37ed1c53d0e4d22faaa0a5adf3 (patch)
tree1ed269880bcfe25a1496b43f4629215861d246d2 /apps
parent36086186a9b90cdad0d2cd0a598a10f03f8f4bcc (diff)
Make it build.
Diffstat (limited to 'apps')
-rw-r--r--apps/s_client.c4
-rw-r--r--apps/s_server.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/s_client.c b/apps/s_client.c
index e38f16eb41..028018ad76 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -2463,7 +2463,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;
}
@@ -2496,7 +2496,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;
}
diff --git a/apps/s_server.c b/apps/s_server.c
index d3b2d4ae15..cf40da528d 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -3598,7 +3598,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;
}
@@ -3631,7 +3631,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;
}
#endif