aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-11-30 22:34:57 +0000
committerBodo Möller <bodo@openssl.org>2000-11-30 22:34:57 +0000
commitfc2e05c2d5c078d1fdf0ee56fc118ea471000a3a (patch)
treeb9edb41a68498466f28371edfae995b493f4defd /CHANGES
parentb2993bdea10ed0c1344ce8b9fa9ddacfe681e822 (diff)
downloadopenssl-fc2e05c2d5c078d1fdf0ee56fc118ea471000a3a.zip
openssl-fc2e05c2d5c078d1fdf0ee56fc118ea471000a3a.tar.gz
openssl-fc2e05c2d5c078d1fdf0ee56fc118ea471000a3a.tar.bz2
Fix BN_rshift, which caused lots of trouble.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eb3e87b..71582c3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,9 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) BN_rshift bugfix for n == 0.
+ [Bodo Moeller]
+
*) Reformat the FAQ so the different questions and answers can be divided
i sections depending on the subject.
[Richard Levitte]