Commit 085751b96897280cc3087920f8c6e7d1283f6d00

Authored by Benjamin Gilbert
Committed by Herbert Xu
1 parent 2141b6309b

crypto: api - Remove digest case from procfs show handler

Remove special handling of old-style digest algorithms from the procfs
show handler.

Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

Showing 1 changed file with 0 additions and 7 deletions Side-by-side Diff

... ... @@ -115,13 +115,6 @@
115 115 seq_printf(m, "max keysize : %u\n",
116 116 alg->cra_cipher.cia_max_keysize);
117 117 break;
118   -
119   - case CRYPTO_ALG_TYPE_DIGEST:
120   - seq_printf(m, "type : digest\n");
121   - seq_printf(m, "blocksize : %u\n", alg->cra_blocksize);
122   - seq_printf(m, "digestsize : %u\n",
123   - alg->cra_digest.dia_digestsize);
124   - break;
125 118 case CRYPTO_ALG_TYPE_COMPRESS:
126 119 seq_printf(m, "type : compression\n");
127 120 break;