diff options
author | Darren Tucker <dtucker@zip.com.au> | 2014-06-11 13:10:00 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2014-06-11 13:10:00 +1000 |
commit | eb012ac581fd0abc16ee86ee3a68cf07c8ce4d08 (patch) | |
tree | b344233d11ebffc3ba78019dfd1ef7191e67eacd /ChangeLog | |
parent | b9609fd86c623d6d440e630f5f9a63295f7aea20 (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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | ||
21 | 20140527 | 23 | 20140527 |
22 | - (djm) [cipher.c] Fix merge botch. | 24 | - (djm) [cipher.c] Fix merge botch. |