Remove silly test for b->references at the end of BIO_write:
authorBodo Möller <bodo@openssl.org>
Tue, 5 Sep 2000 12:35:00 +0000 (12:35 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 5 Sep 2000 12:35:00 +0000 (12:35 +0000)
commit7d95ff76e6d42855a3fa4431116dded5b0549ecb
treedab49985d5fb0c1cc51f0fd18de9db0297c4c647
parentaffadbef0b88dac4c33d5ecdc0f431f2a3ffbec5
Remove silly test for b->references at the end of BIO_write:
If some other thread deletes the BIO that one thread needs for
BIO_write, then there's a lot of trouble anyway; there's
nothing special about calling the callback.
crypto/bio/bio_lib.c