summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-11-08 18:54:38 +1100
committerDarren Tucker <dtucker@zip.com.au>2013-11-08 18:54:38 +1100
commitccdb9bec46bcc88549b26a94aa0bae2b9f51031c (patch)
tree0f255c25982ed34f61d24cbc80108c84c1973905 /ChangeLog
parent3420a50169b52cc8d2775d51316f9f866c73398f (diff)
- (dtucker) [openbsd-compat/openbsd-compat.h] Add null implementation of
arc4random_stir for platforms that have arc4random but don't have arc4random_stir (right now this is only OpenBSD -current).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 753ad2be..08bfbef9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,9 @@
openssh-6.4
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
[contrib/suse/openssh.spec] Update version numbers following release.
+ - (dtucker) [openbsd-compat/openbsd-compat.h] Add null implementation of
+ arc4random_stir for platforms that have arc4random but don't have
+ arc4random_stir (right now this is only OpenBSD -current).
20131107
- (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5)