]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Initial revision.
authorrousskov <>
Thu, 26 Feb 1998 03:11:35 +0000 (03:11 +0000)
committerrousskov <>
Thu, 26 Feb 1998 03:11:35 +0000 (03:11 +0000)
One entry: base64_encode().

CREDITS [new file with mode: 0644]

diff --git a/CREDITS b/CREDITS
new file mode 100644 (file)
index 0000000..2903e1a
--- /dev/null
+++ b/CREDITS
@@ -0,0 +1,12 @@
+#
+# Credits for the great code that we have recycled/adopted/borrowed/copied
+#
+
+#
+# What / From where / Major modifications if any
+#
+
+base64.c::base64_encode
+       adopted from http://ftp.sunet.se/pub2/gnu/vm/base64-encode.c
+       modified to work with strings instead of files
+