aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/algapi.h
diff options
context:
space:
mode:
authorBenjamin Gilbert <bgilbert@cs.cmu.edu>2009-10-19 12:53:37 +0900
committerHerbert Xu <herbert@gondor.apana.org.au>2009-10-19 12:53:37 +0900
commit2141b6309b1fce535329c195cb5e5274a4c84ebc (patch)
tree5dc296c523fdb6e7c3be187fe4675746e8909943 /include/crypto/algapi.h
parentcrypto: ansi_cprng - Add FIPS wrapper (diff)
downloadlinux-dev-2141b6309b1fce535329c195cb5e5274a4c84ebc.tar.xz
linux-dev-2141b6309b1fce535329c195cb5e5274a4c84ebc.zip
crypto: hash - Remove legacy hash/digest code
6941c3a0 disabled compilation of the legacy digest code but didn't actually remove it. Rectify this. Also, remove the crypto_hash_type extern declaration from algapi.h now that the struct is gone. Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--include/crypto/algapi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h
index 1ffb53f74d37..fc0d575c71e0 100644
--- a/include/crypto/algapi.h
+++ b/include/crypto/algapi.h
@@ -106,7 +106,6 @@ struct blkcipher_walk {
extern const struct crypto_type crypto_ablkcipher_type;
extern const struct crypto_type crypto_aead_type;
extern const struct crypto_type crypto_blkcipher_type;
-extern const struct crypto_type crypto_hash_type;
void crypto_mod_put(struct crypto_alg *alg);