summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-04-17 23:03:33 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-04-17 23:03:33 +0200
commita5ee8d50c3faf1359f039c87a3d2dfee9f45d566 (patch)
tree5ff054199700cb2315a0a1d8f7b185af2e663afc
parentc91c48723aa3cc9743e4d413ee65fb875deea700 (diff)
downloadcurl-a5ee8d50c3faf1359f039c87a3d2dfee9f45d566.tar.gz
base64.c: removed wrong commentcurl-7_21_5
-rw-r--r--lib/base64.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/lib/base64.c b/lib/base64.c
index edccf5402..66ddb329c 100644
--- a/lib/base64.c
+++ b/lib/base64.c
@@ -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
@@ -20,16 +20,7 @@
*
***************************************************************************/
-/* 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"