[CRYPTO] api: Deprecate crypto_digest_* and crypto_alg_available
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 26 Aug 2006 08:44:31 +0000 (18:44 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 21 Sep 2006 01:46:23 +0000 (11:46 +1000)
This patch marks the crypto_digest_* functions and crypto_alg_available
as deprecated.  They've been replaced by crypto_hash_* and crypto_has_*
respectively.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found