aboutsummaryrefslogtreecommitdiffstats
path: root/g10/armor.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-01-09 17:59:58 +0000
committerWerner Koch <[email protected]>1999-01-09 17:59:58 +0000
commit11c378119d2415fb8354c30fff77c8d84f3c1b5e (patch)
tree52cb9a4dc07ce697dd269ce259d12c209943b120 /g10/armor.c
parentSee ChangeLog: Sat Jan 9 16:02:23 CET 1999 Werner Koch (diff)
downloadgnupg-11c378119d2415fb8354c30fff77c8d84f3c1b5e.tar.gz
gnupg-11c378119d2415fb8354c30fff77c8d84f3c1b5e.zip
See ChangeLog: Sat Jan 9 18:54:57 CET 1999 Werner Koch
Diffstat (limited to '')
-rw-r--r--g10/armor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/armor.c b/g10/armor.c
index 1d58c4146..ab49cc680 100644
--- a/g10/armor.c
+++ b/g10/armor.c
@@ -29,6 +29,7 @@
#include "iobuf.h"
#include "memory.h"
#include "util.h"
+#include "iobuf.h"
#include "filter.h"
#include "packet.h"
#include "options.h"
@@ -373,8 +374,6 @@ check_input( armor_filter_context_t *afx, IOBUF a )
{
int rc = 0;
int i;
- size_t n;
- unsigned emplines;
byte *line;
unsigned len;
unsigned maxlen;