projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29dc25e
)
Mention fix in bio_lib.c.
author
Bodo Möller
<bodo@openssl.org>
Tue, 5 Sep 2000 12:46:10 +0000
(12:46 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 5 Sep 2000 12:46:10 +0000
(12:46 +0000)
CHANGES
patch
|
blob
|
history
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