From: rousskov <> Date: Thu, 26 Feb 1998 03:11:35 +0000 (+0000) Subject: Initial revision. X-Git-Tag: SQUID_3_0_PRE1~3988 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d41cbbd70ff8e8a54256c26fc5291a7f4042be1;p=thirdparty%2Fsquid.git Initial revision. One entry: base64_encode(). --- diff --git a/CREDITS b/CREDITS new file mode 100644 index 0000000000..2903e1abc9 --- /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 +