]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
Rename sha1.c to libsha1.c
authorCarl Worth <cworth@cworth.org>
Thu, 22 Oct 2009 06:25:58 +0000 (23:25 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 22 Oct 2009 06:27:48 +0000 (23:27 -0700)
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.

AUTHORS
libsha1.c [moved from sha1.c with 100% similarity]

diff --git a/AUTHORS b/AUTHORS
index a63f897bd44716559336b6dff2d97fcbf8660080..fb6c6b67f86437e83648e7a8a5d464cbc356c36d 100644 (file)
--- a/AUTHORS
+++ b/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)
similarity index 100%
rename from sha1.c
rename to libsha1.c