aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r--g10/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 274c673d8..88ec84a3e 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,5 +1,10 @@
2005-05-31 Werner Koch <[email protected]>
+ * keydb.h [!ENABLE_AGENT_SUPPORT]: Define dummy types.
+
+ * cardglue.c (assuan_strerror, assuan_transact): Dummy functions
+ if not build with agent support.
+
* armor.c (check_input): Don't bail out on invalid header lines
unless in struict rfc2440 mode. Suggested by Richard Patterson.