From d9c5af0679bed502b1f978f75cf8a4c41e104263 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 12 Aug 2011 00:33:43 +0200 Subject: [PATCH] base64: Reference latest RFC. * lib/base64.c: Fix comment to reference RFC 4648. Suggested by Bruno Haible and Gijs van Tulder . --- ChangeLog | 6 ++++++ lib/base64.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ea534b9cf1..f1bf46d172 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 1f07c7c48d..cbe9a63cf1 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: -- 2.30.2