1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Thu Jan 21 06:22:10 CET 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-01-21 05:25:29 +00:00
parent 7debff3867
commit 9ef0f26270
37 changed files with 2779 additions and 3925 deletions

View file

@ -575,7 +575,7 @@ radix64_read( armor_filter_context_t *afx, IOBUF a, size_t *retn,
byte *buf, size_t size )
{
byte val;
int c, c2;
int c=0, c2; /*init c because gcc is not clever enough for the continue*/
int checkcrc=0;
int rc = 0;
size_t n = 0;