Rename sha1.c to libsha1.c

This way both the .c and .h files have the same name, and all of the
code imported from the "libsha1" implementation is in filenames
matching libsha1.*.

This also gives me room to make my own notmuch_sha1 wrapper functions
in sha1.c.
This commit is contained in:
Carl Worth 2009-10-21 23:25:58 -07:00
parent 84480738a5
commit 5794496c6e
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ without their specific knowledge (but with their full permission
thanks to the GNU General Public License). This includes: thanks to the GNU General Public License). This includes:
Brian Gladman (with Mikhail Gusarov <dottedmag@dottedmag.net>) Brian Gladman (with Mikhail Gusarov <dottedmag@dottedmag.net>)
Implementation of SHA-1 (nice and small) (sha1.c) Implementation of SHA-1 (nice and small) (libsha1.c)
Jeffrey Stedfast Jeffrey Stedfast
Parsing of myriad date formats in email messages (date.c) Parsing of myriad date formats in email messages (date.c)

View file