summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-05-15 14:24:59 +1000
committerDamien Miller <djm@mindrot.org>2014-05-15 14:24:59 +1000
commitd7fd8bedd4619a2ec7fd02aae4c4e1db4431ad9f (patch)
tree3a6be31e280328527279322d05a65fd59fc88c99 /ChangeLog
parent1f0311c7c7d10c94ff7f823de9c5b2ed79368b14 (diff)
- dtucker@cvs.openbsd.org 2014/04/29 19:58:50
[sftp.c] Move nulling of variable next to where it's freed. ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6eb5b99f..a05062951 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,6 +44,9 @@
44 make compiling against OpenSSL optional (make OPENSSL=no); 44 make compiling against OpenSSL optional (make OPENSSL=no);
45 reduces algorithms to curve25519, aes-ctr, chacha, ed25519; 45 reduces algorithms to curve25519, aes-ctr, chacha, ed25519;
46 allows us to explore further options; with and ok djm 46 allows us to explore further options; with and ok djm
47 - dtucker@cvs.openbsd.org 2014/04/29 19:58:50
48 [sftp.c]
49 Move nulling of variable next to where it's freed. ok markus@
47 50
4820140430 5120140430
49 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already 52 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already