Mention fix in bio_lib.c.

This commit is contained in:
Bodo Möller 2000-09-05 12:46:10 +00:00
parent 29dc25e88a
commit 22c7ea4068

View File

@ -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