]> diplodocus.org Git - nmh/commitdiff
Fixed comments describing decodeBase64().
authorDavid Levine <levinedl@acm.org>
Fri, 22 Jul 2016 14:08:24 +0000 (10:08 -0400)
committerDavid Levine <david.levine@gonift.com>
Fri, 22 Jul 2016 14:09:03 +0000 (10:09 -0400)
(cherry picked from commit 06b87ce464beb93a7929541c355edf580ccec023)

h/prototypes.h

index 18ffb19d34ae5d2574377286463626ef3c828e9f..70db9463241123508c77b244b3e8d830026af3b2 100644 (file)
@@ -476,8 +476,9 @@ int writeBase64raw (unsigned char *, size_t, unsigned char *);
 /*
  * first argument:  the string to be decoded
  * second argument:  the decoded bytes
- * third argument:   non-zero for text content, and for which CR's should be skipped
- * fourth argument:  for an MD5 digest, it can be null
+ * third argument:  number of decoded bytes
+ * fourth argument:   non-zero for text content, and for which CR's should be skipped
+ * fifth argument:  for an MD5 digest, it can be null
  */
 int decodeBase64 (const char *, const char **, size_t *, int, unsigned char *);