Fix from main trunk, 2000-09-26 13:30 bodo:
authorRichard Levitte <levitte@openssl.org>
Wed, 11 Oct 2000 09:15:53 +0000 (09:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Oct 2000 09:15:53 +0000 (09:15 +0000)
commitc125ea2767732f13cf8d2f913eefd00213fc9a4b
tree445e0e61d639118422bbd64887a23c1eb118e9d6
parentdf4fd356df731c5fafebd3c25bd561b7e8ab9c95
Fix from main trunk, 2000-09-26 13:30  bodo:

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.

Fix from main trunk, 2000-09-26 13:38  bodo:

Set s->read_ahead in SSL_new because SSL_clear no longer modifies it.
ssl/ssl_lib.c