]> granicus.if.org Git - curl/commitdiff
base64.c: removed wrong comment curl-7_21_5
authorDaniel Stenberg <daniel@haxx.se>
Sun, 17 Apr 2011 21:03:33 +0000 (23:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 17 Apr 2011 21:03:33 +0000 (23:03 +0200)
lib/base64.c

index edccf54025ec2a7b13efe46f72234a3c8f22f4f5..66ddb329c49efd5015649fa26df104ea6f4e8973 100644 (file)
@@ -5,7 +5,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
  *
  ***************************************************************************/
 
-/* Base64 encoding/decoding
- *
- * Test harnesses down the bottom - compile with -DTEST_ENCODE for
- * a program that will read in raw data from stdin and write out
- * a base64-encoded version to stdout, and the length returned by the
- * encoding function to stderr. Compile with -DTEST_DECODE for a program that
- * will go the other way.
- *
- * This code will break if int is smaller than 32 bits
- */
+/* Base64 encoding/decoding */
 
 #include "setup.h"