changeset 15515:988c80aec26d

base64: Reference latest RFC. * lib/base64.c: Fix comment to reference RFC 4648. Suggested by Bruno Haible <bruno@clisp.org> and Gijs van Tulder <gvtulder@gmail.com>.
author Simon Josefsson <simon@josefsson.org>
date Fri, 12 Aug 2011 00:33:43 +0200
parents 0ef38f0cb18e
children 4d6d402bb0c9
files ChangeLog lib/base64.c
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-08-12  Simon Josefsson  <simon@josefsson.org>
+
+	* lib/base64.c: Fix comment to reference RFC 4648.
+	Suggested by Bruno Haible <bruno@clisp.org> and Gijs van Tulder
+	<gvtulder@gmail.com>.
+
 2011-08-11  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* build-aux/bootstrap (slurp): Remove obsolescent gettext.m4 patch.
--- 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 <http://www.ietf.org/rfc/rfc3548.txt>.
+ * See also RFC 4648 <http://www.ietf.org/rfc/rfc4648.txt>.
  *
  * Be careful with error checking.  Here is how you would typically
  * use these functions: