]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/basic_auth/NCSA/crypt_md5.cc
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / basic_auth / NCSA / crypt_md5.cc
index 8cfad8ccfd1d746659e4a29ee532ba07432dd5d4..6c0ad146b105be488c9950bcb532288194fe12b3 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <cstring>
 
-static unsigned char itoa64[] =        /* 0 ... 63 => ascii - 64 */
+static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */
     "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
 
 static void md5to64(char *s, unsigned long v, int n)