summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-09-04 15:47:17 +0000
committerBodo Möller <bodo@openssl.org>2000-09-04 15:47:17 +0000
commitaffadbef0b88dac4c33d5ecdc0f431f2a3ffbec5 (patch)
treee89e03f7687607ba46ba9763a2430797f1a879a6 /CHANGES
parent397bd0938aa724cccf4f97eb73f8d8f403670329 (diff)
Consistency
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 201400c0b7..c7014e9241 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) For consistency with other BIO_puts implementations, call
+ buffer_write(b, ...) directly in buffer_puts instead of calling
+ BIO_write(b, ...).
+ [Peter.Sylvester@EdelWeb.fr]
+
*) Fix BN_mul_word for the case where the word is 0. (We have to use
BN_zero, we may not return a BIGNUM with an array consisting of
words set to zero.)