summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
diff options
context:
space:
mode:
authorTodd Short <tshort@akamai.com>2018-01-19 10:43:19 -0500
committerMatt Caswell <matt@openssl.org>2018-02-01 17:07:56 +0000
commit633a8829ffc01952aed1f5040d481a5eeef1670c (patch)
tree068c0d328b8d92f334edbee42873b76c34489b64 /apps/s_server.c
parent848a950b715fa73070a9d1638e7630acfb0dfa4d (diff)
Remove bad comments
Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4964)
Diffstat (limited to 'apps/s_server.c')
-rw-r--r--apps/s_server.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/s_server.c b/apps/s_server.c
index f124b12a48..d57eefb2d2 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -2480,9 +2480,6 @@ static int sv_body(int s, int stype, int prot, unsigned char *context)
printf("SSL_do_handshake -> %d\n", i);
i = 0; /* 13; */
continue;
- /*
- * strcpy(buf,"server side RE-NEGOTIATE\n");
- */
}
if ((buf[0] == 'R') && ((buf[1] == '\n') || (buf[1] == '\r'))) {
SSL_set_verify(con,
@@ -2493,10 +2490,6 @@ static int sv_body(int s, int stype, int prot, unsigned char *context)
printf("SSL_do_handshake -> %d\n", i);
i = 0; /* 13; */
continue;
- /*
- * strcpy(buf,"server side RE-NEGOTIATE asking for client
- * cert\n");
- */
}
if ((buf[0] == 'K' || buf[0] == 'k')
&& ((buf[1] == '\n') || (buf[1] == '\r'))) {
@@ -2507,10 +2500,6 @@ static int sv_body(int s, int stype, int prot, unsigned char *context)
printf("SSL_do_handshake -> %d\n", i);
i = 0;
continue;
- /*
- * strcpy(buf,"server side RE-NEGOTIATE asking for client
- * cert\n");
- */
}
if (buf[0] == 'P') {
static const char *str = "Lets print some clear text\n";