X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhoutsbr.c;h=8324991d7aba174eac6f30e72a26fd10739b5152;hb=7946a8c713bd43a52229345ad0289aaa461acfb3;hp=265145278a9534179a554ac0e68728156a04f7f1;hpb=164be8e5e8b40ce4572281be26d423a9c9d595f3;p=mmh diff --git a/uip/mhoutsbr.c b/uip/mhoutsbr.c index 2651452..8324991 100644 --- a/uip/mhoutsbr.c +++ b/uip/mhoutsbr.c @@ -65,7 +65,6 @@ static char nib2b64[0x40+1] = */ int output_message (CT, char *); int output_message_fp (CT, FILE *, char *); -int writeBase64aux (FILE *, FILE *); /* * static prototypes @@ -430,7 +429,7 @@ writeBase64 (CT ct, FILE *out) int writeBase64aux (FILE *in, FILE *out) { - int cc, n; + unsigned int cc, n; char inbuf[3]; n = BPERLIN;