Mention fix in bio_lib.c.
authorBodo Möller <bodo@openssl.org>
Tue, 5 Sep 2000 12:46:10 +0000 (12:46 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 5 Sep 2000 12:46:10 +0000 (12:46 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index c7014e9241550231c64a1a8ab347b9446303aef0..4dbaca012f62ae460c62d333a2f207276b280239 100644 (file)
--- 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