From 139ab68a4ada1c2c8f80f23beed7613b0d4e5726 Mon Sep 17 00:00:00 2001 From: csoler Date: Tue, 3 Jul 2012 07:00:49 +0000 Subject: [PATCH] fixed key armoured output git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-OpenPGP@5273 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- openpgpsdk/src/openpgpsdk/writer_armour.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpgpsdk/src/openpgpsdk/writer_armour.c b/openpgpsdk/src/openpgpsdk/writer_armour.c index ade568cf1..cd828e6a6 100644 --- a/openpgpsdk/src/openpgpsdk/writer_armour.c +++ b/openpgpsdk/src/openpgpsdk/writer_armour.c @@ -34,7 +34,7 @@ static int debug=0; -#define LINE_LENGTH 63 +#define LINE_LENGTH 64 static const char newline[] = "\r\n"; @@ -284,7 +284,7 @@ typedef struct unsigned pos; } linebreak_arg_t; -#define BREAKPOS 64 +#define BREAKPOS 65 static ops_boolean_t linebreak_writer(const unsigned char *src, unsigned length,