From: Bodo Möller Date: Tue, 5 Sep 2000 12:46:10 +0000 (+0000) Subject: Mention fix in bio_lib.c. X-Git-Tag: OpenSSL-engine-0_9_6-beta1~12^2~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=22c7ea4068a137c221c3f3995e60642c962a2e42;p=oweals%2Fopenssl.git Mention fix in bio_lib.c. --- diff --git a/CHANGES b/CHANGES index c7014e9241..4dbaca012f 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,8 @@ *) For consistency with other BIO_puts implementations, call buffer_write(b, ...) directly in buffer_puts instead of calling BIO_write(b, ...). + + In BIO_puts, increment b->num_write as in BIO_write. [Peter.Sylvester@EdelWeb.fr] *) Fix BN_mul_word for the case where the word is 0. (We have to use