diff options
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 |