From 22c7ea4068a137c221c3f3995e60642c962a2e42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 5 Sep 2000 12:46:10 +0000 Subject: [PATCH] Mention fix in bio_lib.c. --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1