summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.