Re: [PATCH 1/2] lib: use glib for sha1 digests instead of embedding libsha1

2017-01-08 Thread David Bremner
Jani Nikula writes: > 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. Series pushed to master. I had a quick look at the version of glib requirements,

Re: [PATCH 1/2] lib: use glib for sha1 digests instead of embedding libsha1

2017-01-07 Thread Tomi Ollila
On Fri, Jan 06 2017, Jani Nikula wrote: > 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. Nice! tests pass. probably doesn't collide with anything in

[PATCH 1/2] lib: use glib for sha1 digests instead of embedding libsha1

2017-01-06 Thread Jani Nikula
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 | 1 - lib/libsha1.c | 244 - lib/libsha1.h