summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-06-11 14:15:42 +1000
committerDamien Miller <djm@mindrot.org>2007-06-11 14:15:42 +1000
commit34a176995fe658e221b3a14730b695dd9f6943e5 (patch)
treee340f065770686f09a355f72328341f76d06c189 /ChangeLog
parent22b7b4933108dd07c9000bffcde8c13dbdcd240f (diff)
downloadopenssh-git-34a176995fe658e221b3a14730b695dd9f6943e5.tar.gz
- (djm) [configure.ac umac.c] If platform doesn't provide swap32(3), then
fallback to provided bit-swizzing functions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b59ef79..6905defb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,8 @@
[sshd_config.5]
oops, here too: put the MAC list into a display, like we do for
ciphers, since groff has trouble with wide lines;
+ - (djm) [configure.ac umac.c] If platform doesn't provide swap32(3), then
+ fallback to provided bit-swizzing functions
20070605
- (dtucker) OpenBSD CVS Sync
@@ -2999,4 +3001,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.4684 2007/06/11 04:07:12 djm Exp $
+$Id: ChangeLog,v 1.4685 2007/06/11 04:15:42 djm Exp $