diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/ChangeLog | 4 | ||||
-rw-r--r-- | common/maperror.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index a848b8c78..a3a23bee1 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,7 @@ +2004-07-20 Werner Koch <[email protected]> + + * maperror.c: Removed header ksba.h. Not required anymore. + 2004-06-14 Werner Koch <[email protected]> * xreadline.c: New. Based on the iobuf_read_line function. diff --git a/common/maperror.c b/common/maperror.c index 2f6f1b159..89ecee987 100644 --- a/common/maperror.c +++ b/common/maperror.c @@ -26,7 +26,6 @@ #include <ctype.h> #include <unistd.h> -#include <ksba.h> #include <assuan.h> #include "util.h" |