]> git.notmuchmail.org Git - notmuch/commit
lib: use glib for sha1 digests instead of embedding libsha1
authorJani Nikula <jani@nikula.org>
Fri, 6 Jan 2017 21:29:27 +0000 (23:29 +0200)
committerDavid Bremner <david@tethera.net>
Sun, 8 Jan 2017 14:50:38 +0000 (10:50 -0400)
commitc906da9f60639594fb9c6b9d133aca9c49b3f586
treea2040f872fd4ebaf8f08d52a809736689cbfa65f
parent95efe2d4849f218fffd232dd6e10011f0f837878
lib: use glib for sha1 digests instead of embedding libsha1

We already depend on glib both directly and indirectly (via gmime). We
might as well make use of its facilities. Drop the embedded libsha1
and use glib for sha1 digests.
lib/Makefile.local
lib/libsha1.c [deleted file]
lib/libsha1.h [deleted file]
lib/sha1.c