summaryrefslogtreecommitdiffstats
path: root/g10/armor.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-04-02 12:30:03 +0200
committerWerner Koch <wk@gnupg.org>1998-04-02 12:30:03 +0200
commit303b1084d51dd1f9d3e614497f180a66744f5185 (patch)
tree3e482ba03967ff3f324184e19ecc91016ce4b939 /g10/armor.c
parentsome cleanups (diff)
downloadgnupg2-303b1084d51dd1f9d3e614497f180a66744f5185.tar.xz
gnupg2-303b1084d51dd1f9d3e614497f180a66744f5185.zip
release 0.2.14
Diffstat (limited to 'g10/armor.c')
-rw-r--r--g10/armor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/armor.c b/g10/armor.c
index 848019018..9fd175fbf 100644
--- a/g10/armor.c
+++ b/g10/armor.c
@@ -653,8 +653,6 @@ fake_packet( armor_filter_context_t *afx, IOBUF a,
fhdr_state_t state = afx->parse_state;
unsigned emplines = afx->empty;
- size = 100; /* FIXME: only used for testing (remove it) */
-
len = 2; /* reserve 2 bytes for the length header */
size -= 3; /* and 1 for empline handling and 2 for the term header */
while( !rc && len < size ) {