aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-10-21 23:25:58 -0700
committerGravatar Carl Worth <cworth@cworth.org>2009-10-21 23:27:48 -0700
commit5794496c6e8b49ab62478b21a2178e5e2e353399 (patch)
treeb848ab9e13a4aa7c8b017a662b0f1fca4e8f1ed1
parent84480738a5e225c145eeaac5c39bb858f6592e95 (diff)
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.
-rw-r--r--AUTHORS2
-rw-r--r--libsha1.c (renamed from sha1.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index a63f897b..fb6c6b67 100644
--- 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)
diff --git a/sha1.c b/libsha1.c
index c39a5a17..c39a5a17 100644
--- a/sha1.c
+++ b/libsha1.c