projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94c95d0
)
Adjust renegotiation slightly.
author
Ben Laurie
<ben@openssl.org>
Sat, 10 Apr 1999 12:08:46 +0000
(12:08 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sat, 10 Apr 1999 12:08:46 +0000
(12:08 +0000)
apps/s_client.c
patch
|
blob
|
history
diff --git
a/apps/s_client.c
b/apps/s_client.c
index 2afb031b0ba467e573397bf35af44d0b2dc2e732..c6b7938de300642a4ad061779e909744097842e7 100644
(file)
--- a/
apps/s_client.c
+++ b/
apps/s_client.c
@@
-623,9
+623,9
@@
printf("read=%d pending=%d peek=%d\n",k,SSL_pending(con),SSL_peek(con,zbuf,10240
if ((!c_quiet) && (cbuf[0] == 'R'))
{
+ BIO_printf(bio_err,"RENEGOTIATING\n");
SSL_renegotiate(con);
- read_tty=0;
- write_ssl=1;
+ cbuf_len=0;
}
else
{
@@
-633,8
+633,8
@@
printf("read=%d pending=%d peek=%d\n",k,SSL_pending(con),SSL_peek(con,zbuf,10240
cbuf_off=0;
}
- read_tty=0;
write_ssl=1;
+ read_tty=0;
}
#endif
}