summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-05-15 18:01:52 +1000
committerDamien Miller <djm@mindrot.org>2014-05-15 18:01:52 +1000
commit7f1c264d3049cd95234e91970ccb5406e1d15b27 (patch)
tree6a96515de44203cc221ea5e0019bbf7bcfd9e5f4 /ChangeLog
parente7429f2be8643e1100380a8a7389d85cc286c8fe (diff)
- (djm) [sshbuf.c] need __predict_false
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f8deb439..3d8b9af09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -139,6 +139,7 @@
139 [regress/unittests/test_helper/fuzz.c] 139 [regress/unittests/test_helper/fuzz.c]
140 [regress/unittests/test_helper/test_helper.c] 140 [regress/unittests/test_helper/test_helper.c]
141 Hook new unit tests into the build and "make tests" 141 Hook new unit tests into the build and "make tests"
142 - (djm) [sshbuf.c] need __predict_false
142 143
14320140430 14420140430
144 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already 145 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already