diff options
author | Damien Miller <djm@mindrot.org> | 2014-05-15 14:24:59 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-05-15 14:24:59 +1000 |
commit | d7fd8bedd4619a2ec7fd02aae4c4e1db4431ad9f (patch) | |
tree | 3a6be31e280328527279322d05a65fd59fc88c99 /ChangeLog | |
parent | 1f0311c7c7d10c94ff7f823de9c5b2ed79368b14 (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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 | ||
48 | 20140430 | 51 | 20140430 |
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 |