From: Simon Josefsson Date: Thu, 11 Aug 2011 22:33:43 +0000 (+0200) Subject: base64: Reference latest RFC. X-Git-Tag: v0.1~2011 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=d9c5af0679bed502b1f978f75cf8a4c41e104263;p=gnulib.git base64: Reference latest RFC. * lib/base64.c: Fix comment to reference RFC 4648. Suggested by Bruno Haible and Gijs van Tulder . --- diff --git a/ChangeLog b/ChangeLog index ea534b9cf..f1bf46d17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-08-12 Simon Josefsson + + * lib/base64.c: Fix comment to reference RFC 4648. + Suggested by Bruno Haible and Gijs van Tulder + . + 2011-08-11 Paul Eggert * build-aux/bootstrap (slurp): Remove obsolescent gettext.m4 patch. diff --git a/lib/base64.c b/lib/base64.c index 1f07c7c48..cbe9a63cf 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -19,7 +19,7 @@ * (mailbox/filter_trans.c, as of 2004-11-28). Improved by review * from Paul Eggert, Bruno Haible, and Stepan Kasal. * - * See also RFC 3548 . + * See also RFC 4648 . * * Be careful with error checking. Here is how you would typically * use these functions: