]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Move sha1.[ch] to crypt.[ch] and make crypto API independent of sha1.
authorAndre Noll <maan@systemlinux.org>
Mon, 28 Feb 2011 23:28:27 +0000 (00:28 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 27 Mar 2011 14:43:11 +0000 (16:43 +0200)
This patch moves all public functions related to sha1 to crypt.c. This
allows to remove sha1.c, sha1.h and hash.h. It also removes the
HASH_TYPE define and avoids the word "sha1" in the public API and
its callers. The former sha1_hash() is now called hash_function().


No differences found