summaryrefslogtreecommitdiffstats
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 2ab238d4..1abd358a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
suggested by Kevin Brott
- (djm) [Makefile.in] refer to libtest_helper.a by explicit path rather than
-L/-l; fixes linking problems on some platforms
+ - (djm) [sshkey.h] Fix compilation when OpenSSL lacks ECC
20140819
- (djm) [serverloop.c] Fix syntax error on Cygwin; from Corinna Vinschen