summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-08-20 11:05:03 +1000
committerDamien Miller <djm@mindrot.org>2014-08-20 11:05:03 +1000
commit2195847e503a382f83ee969b0a8bd3dfe0e55c18 (patch)
tree910a4269a0f34a711a3c89376616b6cb8c6f2677 /ChangeLog
parenta75aca1bbc989aa9f8b1b08489d37855f3d24d1a (diff)
- (djm) [configure.ac] Check OpenSSL version is supported at configure time;
suggested by Kevin Brott
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b327aeff..94c4beeb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12014020
2 - (djm) [configure.ac] Check OpenSSL version is supported at configure time;
3 suggested by Kevin Brott
4
120140819 520140819
2 - (djm) [serverloop.c] Fix syntax error on Cygwin; from Corinna Vinschen 6 - (djm) [serverloop.c] Fix syntax error on Cygwin; from Corinna Vinschen
3 - (djm) [sshbuf.h] Fix compilation on systems without OPENSSL_HAS_ECC. 7 - (djm) [sshbuf.h] Fix compilation on systems without OPENSSL_HAS_ECC.