Adjust renegotiation slightly.

This commit is contained in:
Ben Laurie 1999-04-10 12:08:46 +00:00
parent 94c95d04c6
commit 3bb307c10c
1 changed files with 3 additions and 3 deletions

View File

@ -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
}