commit | 8ffd1be6779c86ebc2a1013f43fdcee8bdbba2b7 | [log] [tgz] |
---|---|---|
author | Benjamin Gilbert <bgilbert@cs.cmu.edu> | Mon Oct 19 12:58:55 2009 +0900 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Oct 19 12:58:55 2009 +0900 |
tree | 802a14206ae2debd07200bc3e234af7459bb72ca | |
parent | 085751b96897280cc3087920f8c6e7d1283f6d00 [diff] |
crypto: hash - Remove cra_u.{digest,hash} Remove unused digest_alg and hash_alg structs from crypto_alg union and kill their definitions. This also ensures that old-style digest/hash algorithms maintained out of tree will break at build time rather than oopsing at runtime. Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>