提交 633a8829 编写于 作者: T Todd Short 提交者: Matt Caswell

Remove bad comments

Reviewed-by: NBen Kaduk <kaduk@mit.edu>
Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4964)
上级 848a950b
...@@ -2480,9 +2480,6 @@ static int sv_body(int s, int stype, int prot, unsigned char *context) ...@@ -2480,9 +2480,6 @@ static int sv_body(int s, int stype, int prot, unsigned char *context)
printf("SSL_do_handshake -> %d\n", i); printf("SSL_do_handshake -> %d\n", i);
i = 0; /* 13; */ i = 0; /* 13; */
continue; continue;
/*
* strcpy(buf,"server side RE-NEGOTIATE\n");
*/
} }
if ((buf[0] == 'R') && ((buf[1] == '\n') || (buf[1] == '\r'))) { if ((buf[0] == 'R') && ((buf[1] == '\n') || (buf[1] == '\r'))) {
SSL_set_verify(con, SSL_set_verify(con,
...@@ -2493,10 +2490,6 @@ static int sv_body(int s, int stype, int prot, unsigned char *context) ...@@ -2493,10 +2490,6 @@ static int sv_body(int s, int stype, int prot, unsigned char *context)
printf("SSL_do_handshake -> %d\n", i); printf("SSL_do_handshake -> %d\n", i);
i = 0; /* 13; */ i = 0; /* 13; */
continue; continue;
/*
* strcpy(buf,"server side RE-NEGOTIATE asking for client
* cert\n");
*/
} }
if ((buf[0] == 'K' || buf[0] == 'k') if ((buf[0] == 'K' || buf[0] == 'k')
&& ((buf[1] == '\n') || (buf[1] == '\r'))) { && ((buf[1] == '\n') || (buf[1] == '\r'))) {
...@@ -2507,10 +2500,6 @@ static int sv_body(int s, int stype, int prot, unsigned char *context) ...@@ -2507,10 +2500,6 @@ static int sv_body(int s, int stype, int prot, unsigned char *context)
printf("SSL_do_handshake -> %d\n", i); printf("SSL_do_handshake -> %d\n", i);
i = 0; i = 0;
continue; continue;
/*
* strcpy(buf,"server side RE-NEGOTIATE asking for client
* cert\n");
*/
} }
if (buf[0] == 'P') { if (buf[0] == 'P') {
static const char *str = "Lets print some clear text\n"; static const char *str = "Lets print some clear text\n";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册