summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-02-04 11:48:33 +1100
committerDamien Miller <djm@mindrot.org>2011-02-04 11:48:33 +1100
commitbaf0e28ca9cda83d1214697fd6888064ee05cf45 (patch)
tree3a135d4c66955ba82f984cac320da6c3a02c3c67 /ChangeLog
parentfb789a9108c47c1c9d49b64950dabf62b56bddce (diff)
- djm@cvs.openbsd.org 2011/02/04 00:44:21
[key.c] fix uninitialised nonce variable; reported by Mateusz Kocielski
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ddc4a6318..28298d59e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
3 - djm@cvs.openbsd.org 2011/01/31 21:42:15 3 - djm@cvs.openbsd.org 2011/01/31 21:42:15
4 [PROTOCOL.mux] 4 [PROTOCOL.mux]
5 cut'n'pasto; from bert.wesarg AT googlemail.com 5 cut'n'pasto; from bert.wesarg AT googlemail.com
6 - djm@cvs.openbsd.org 2011/02/04 00:44:21
7 [key.c]
8 fix uninitialised nonce variable; reported by Mateusz Kocielski
6 9
720110128 1020110128
8 - (djm) [openbsd-compat/port-linux.c] Check whether SELinux is enabled 11 - (djm) [openbsd-compat/port-linux.c] Check whether SELinux is enabled