mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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:
parent
84480738a5
commit
5794496c6e
2 changed files with 1 additions and 1 deletions
2
AUTHORS
2
AUTHORS
|
@ -10,7 +10,7 @@ without their specific knowledge (but with their full permission
|
|||
thanks to the GNU General Public License). This includes:
|
||||
|
||||
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
|
||||
Parsing of myriad date formats in email messages (date.c)
|
||||
|
|
Loading…
Reference in a new issue