Skip to content
Commit 67cd080c authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: api - Call type show function before legacy for proc



This patch makes /proc/crypto call the type-specific show function
if one is present before calling the legacy show functions for
cipher/digest/compress.  This allows us to reuse the type values
for those legacy types.  In particular, hash and digest will share
one type value while shash is phased in as the default hash type.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent dec8b786
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment