summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-14 08:37:49 +1100
committerDamien Miller <djm@mindrot.org>2010-03-14 08:37:49 +1100
commit47f9a4106a417d57ff784b3a7fcffb803d6df56d (patch)
tree9844cbb0a67c04767cf24d30f10a7ffc6c52afb7 /ChangeLog
parent4e0cea82dd75199c4a4f59165b1971d0d7c45919 (diff)
- (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix
compilation failure when !HAVE_DLOPEN. Reported by felix-mindrot AT fefe.de
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6a3fe893..96196fc80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
120100314
2 - (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix
3 compilation failure when !HAVE_DLOPEN. Reported by felix-mindrot
4 AT fefe.de
5
120100312 620100312
2 - (tim) [Makefile.in] Now that scard is gone, no need to make $(datadir) 7 - (tim) [Makefile.in] Now that scard is gone, no need to make $(datadir)
3 - (tim) [Makefile.in] Add missing $(EXEEXT) to install targets. 8 - (tim) [Makefile.in] Add missing $(EXEEXT) to install targets.