]> andersk Git - gssapi-openssh.git/blobdiff - openssh/md5crypt.c
Import of OpenSSH 3.8p1
[gssapi-openssh.git] / openssh / md5crypt.c
index 7140a3d739e53f0c5d6cf390a220b0343c9f4062..2833698201595a472137cc8ab50edcc98ebbab3b 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * ----------------------------------------------------------------------------
  * "THE BEER-WARE LICENSE" (Revision 42):
- * <phk@login.dknet.dk> wrote this file.  As long as you retain this 
- * notice you can do whatever you want with this stuff. If we meet some 
- * day, and you think this stuff is worth it, you can buy me a beer in 
+ * <phk@login.dknet.dk> wrote this file.  As long as you retain this
+ * notice you can do whatever you want with this stuff. If we meet some
+ * day, and you think this stuff is worth it, you can buy me a beer in
  * return.   Poul-Henning Kamp
  * ----------------------------------------------------------------------------
  */
@@ -35,7 +35,7 @@ to64(unsigned long v, int n)
                *s++ = itoa64[v&0x3f];
                v >>= 6;
        }
-       
+
        return (buf);
 }
 
This page took 0.028611 seconds and 4 git commands to generate.