Merge branch 'debian'
[hcoop/debian/courier-authlib.git] / libs / sha1 / sha256.c
similarity index 98%
rename from sha1/sha256.c
rename to libs/sha1/sha256.c
index 1af3f16..15cfae9 100644 (file)
@@ -9,7 +9,6 @@
 #include       <string.h>
 #include       <stdlib.h>
 
-static const char rcsid[]="$Id: sha256.c,v 1.2 2008/12/18 12:08:26 mrsam Exp $";
 
 #define ROTR(x,n) ((SHA256_WORD)(((SHA256_WORD)(x) >> (n))|((x) << (32-(n)))))