X-Git-Url: http://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/8d138742ae268344f406cb75d79aa6bf853f9d87:/sha1/sha512.c..b0322a8536f3cab76471c98122fe1df75bb7c387:/libs/sha1/sha512.c diff --git a/sha1/sha512.c b/libs/sha1/sha512.c similarity index 98% rename from sha1/sha512.c rename to libs/sha1/sha512.c index 7ea1420..73a2231 100644 --- a/sha1/sha512.c +++ b/libs/sha1/sha512.c @@ -9,7 +9,6 @@ #include #include -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)))))