summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-06-11 13:10:00 +1000
committerDarren Tucker <dtucker@zip.com.au>2014-06-11 13:10:00 +1000
commiteb012ac581fd0abc16ee86ee3a68cf07c8ce4d08 (patch)
treeb344233d11ebffc3ba78019dfd1ef7191e67eacd /ChangeLog
parentb9609fd86c623d6d440e630f5f9a63295f7aea20 (diff)
- (dtucker) [openbsd-compat/arc4random.c] Use explicit_bzero instead of an
assigment that might get optimized out. ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c9458e84..e42d95a7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,8 @@
17 "doesn't bother me" deraadt@ 17 "doesn't bother me" deraadt@
18 - (dtucker) [sshbuf.h] Only declare ECC functions if building without 18 - (dtucker) [sshbuf.h] Only declare ECC functions if building without
19 OpenSSL or if OpenSSL has ECC. 19 OpenSSL or if OpenSSL has ECC.
20 - (dtucker) [openbsd-compat/arc4random.c] Use explicit_bzero instead of an
21 assigment that might get optimized out. ok djm@
20 22
2120140527 2320140527
22 - (djm) [cipher.c] Fix merge botch. 24 - (djm) [cipher.c] Fix merge botch.