Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173104
b: refs/heads/master
c: 085751b
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Gilbert authored and Herbert Xu committed Oct 19, 2009
1 parent 0db55e6 commit d408af2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2141b6309b1fce535329c195cb5e5274a4c84ebc
refs/heads/master: 085751b96897280cc3087920f8c6e7d1283f6d00
7 changes: 0 additions & 7 deletions trunk/crypto/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,6 @@ static int c_show(struct seq_file *m, void *p)
seq_printf(m, "max keysize : %u\n",
alg->cra_cipher.cia_max_keysize);
break;

case CRYPTO_ALG_TYPE_DIGEST:
seq_printf(m, "type : digest\n");
seq_printf(m, "blocksize : %u\n", alg->cra_blocksize);
seq_printf(m, "digestsize : %u\n",
alg->cra_digest.dia_digestsize);
break;
case CRYPTO_ALG_TYPE_COMPRESS:
seq_printf(m, "type : compression\n");
break;
Expand Down

0 comments on commit d408af2

Please sign in to comment.