Imported Debian patch 0.66.1-1
[hcoop/debian/courier-authlib.git] / libs / sha1 / sha512.c
similarity index 98%
rename from sha1/sha512.c
rename to libs/sha1/sha512.c
index 7ea1420..73a2231 100644 (file)
@@ -9,7 +9,6 @@
 #include       <string.h>
 #include       <stdlib.h>
 
-static const char rcsid[]="$Id: sha512.c,v 1.2 2008/12/25 15:02:12 mrsam Exp $";
 
 #define ROTR(x,n) ((SHA512_WORD)(((SHA512_WORD)(x) >> (n))|((x) << (64-(n)))))