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
This commit is contained in:
csoler 2012-07-03 07:00:49 +00:00
parent da1c8a6aa3
commit 139ab68a4a

View File

@ -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,