# HG changeset patch # User Simon Josefsson # Date 1313102023 -7200 # Node ID 988c80aec26d2ef42204abaf2eb04b283f134fca # Parent 0ef38f0cb18ea67d916dd540d269262df99c672d 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 --- 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 --- 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: