summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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