summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-05-15 14:58:07 +1000
committerDamien Miller <djm@mindrot.org>2014-05-15 14:58:07 +1000
commite5b9f0f2ee6e133894307e44e862b66426990733 (patch)
tree166d49510b4e41907e1f0172a3fdef4fffab23cc /ChangeLog
parentb9c566788a9ebd6a9d466f47a532124f111f0542 (diff)
- (djm) [Makefile.in configure.ac sshbuf-getput-basic.c]
[sshbuf-getput-crypto.c sshbuf.c] compilation and portability fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b82468258..976e4ba1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -89,6 +89,8 @@
89 OK from djm@ and dtucker@ 89 OK from djm@ and dtucker@
90 - (djm) [configure.ac] Unconditionally define WITH_OPENSSL until we write 90 - (djm) [configure.ac] Unconditionally define WITH_OPENSSL until we write
91 portability glue to support building without libcrypto 91 portability glue to support building without libcrypto
92 - (djm) [Makefile.in configure.ac sshbuf-getput-basic.c]
93 [sshbuf-getput-crypto.c sshbuf.c] compilation and portability fixes
92 94
9320140430 9520140430
94 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already 96 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already