From: Andre Noll Date: Mon, 28 Feb 2011 23:28:27 +0000 (+0100) Subject: Move sha1.[ch] to crypt.[ch] and make crypto API independent of sha1. X-Git-Tag: v0.4.7~14^2~4 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=e7593d7c153bfca2131b18621fb24ae18c1c0cb3;hp=e7593d7c153bfca2131b18621fb24ae18c1c0cb3;p=paraslash.git Move sha1.[ch] to crypt.[ch] and make crypto API independent of sha1. 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(). ---