Don't modify s->read_ahead in SSL_clear, which is called from
authorBodo Möller <bodo@openssl.org>
Tue, 26 Sep 2000 11:30:59 +0000 (11:30 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 26 Sep 2000 11:30:59 +0000 (11:30 +0000)
commit544ebbceb49236339d7836cae4aaa7f618817aa3
tree0c3a584eb4ff86283c454a0ee04bc4b4eaeb56a2
parent6d0dcbedb19a17ce29a068278208d89bdc0b18c3
Don't modify s->read_ahead in SSL_clear, which is called from
accept/connect functions; those should not change the
read_ahead setting of the SSL structure.
ssl/ssl_lib.c