summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-09 10:35:52 +1100
committerDamien Miller <djm@mindrot.org>1999-11-09 10:35:52 +1100
commitda217a02796934a87ace9e0859ab4af8be1893ce (patch)
treea5f3eab4e630a01283d54de6aebf2dbaf2d8df5a /ChangeLog
parentc7b38ceed6030484c61c71ea9fafaca6b34a297e (diff)
- Merged OpenBSD CVS changes:
- [rsa.c] bugfix: use correct size for memset() - [sshconnect.c] warn if announced size of modulus 'n' != real size
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 368f1f674..47f90bc2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
4 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk> 4 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
5 - Autodetection of RSAref library for US users 5 - Autodetection of RSAref library for US users
6 - Minor doc updates 6 - Minor doc updates
7 - Merged OpenBSD CVS changes:
8 - [rsa.c] bugfix: use correct size for memset()
9 - [sshconnect.c] warn if announced size of modulus 'n' != real size
7 10
819991108 1119991108
9 - Removed debian/ directory. This is now being maintained separately. 12 - Removed debian/ directory. This is now being maintained separately.