summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-08-20 11:06:50 +1000
committerDamien Miller <djm@mindrot.org>2014-08-20 11:06:50 +1000
commitf0935698f0461f24d8d1f1107b476ee5fd4db1cb (patch)
treee8b62fc6549faadf9789aec1e163a4fe5f38d52a /ChangeLog
parentc5089ecaec3b2c02f014f4e67518390702a4ba14 (diff)
- (djm) [sshkey.h] Fix compilation when OpenSSL lacks ECC
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ab238d4a..1abd358a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
3 suggested by Kevin Brott 3 suggested by Kevin Brott
4 - (djm) [Makefile.in] refer to libtest_helper.a by explicit path rather than 4 - (djm) [Makefile.in] refer to libtest_helper.a by explicit path rather than
5 -L/-l; fixes linking problems on some platforms 5 -L/-l; fixes linking problems on some platforms
6 - (djm) [sshkey.h] Fix compilation when OpenSSL lacks ECC
6 7
720140819 820140819
8 - (djm) [serverloop.c] Fix syntax error on Cygwin; from Corinna Vinschen 9 - (djm) [serverloop.c] Fix syntax error on Cygwin; from Corinna Vinschen