X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/940be80e3e40dbbbd84161e1e5ae3abf0b2eadf6:/sha1/sha256_hash.c..01037b081eab5fb3f208489dc3e052ec3a2c8ba1:/libs/sha1/sha256_hash.c diff --git a/sha1/sha256_hash.c b/libs/sha1/sha256_hash.c similarity index 91% rename from sha1/sha256_hash.c rename to libs/sha1/sha256_hash.c index 81c6e51..a6f7bc1 100644 --- a/sha1/sha256_hash.c +++ b/libs/sha1/sha256_hash.c @@ -6,7 +6,6 @@ #include "sha1.h" #include -static const char rcsid[]="$Id: sha256_hash.c,v 1.1 2005/02/21 03:18:30 mrsam Exp $"; static const char base64tab[]= "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";