diff options
| author | Mikael Ylikoski <my@post.utfors.se> | 2003-08-17 14:04:17 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-08-17 14:04:17 -0700 |
| commit | f7ab034d70d50dadd7801d3970dec18edd6b07a1 (patch) | |
| tree | 19aef5b060f1f92cb59c03da65f10ded67bd57d1 /crypto/proc.c | |
| parent | 68bc1ac97a21214d62a04468eda26c775fc1bc97 (diff) | |
[IPSEC]: Fix oops using null ciper in CBC mode.
Diffstat (limited to 'crypto/proc.c')
| -rw-r--r-- | crypto/proc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/proc.c b/crypto/proc.c index 124a3a270938..011085bf3a13 100644 --- a/crypto/proc.c +++ b/crypto/proc.c @@ -62,8 +62,6 @@ static int c_show(struct seq_file *m, void *p) alg->cra_cipher.cia_min_keysize); seq_printf(m, "max keysize : %u\n", alg->cra_cipher.cia_max_keysize); - seq_printf(m, "ivsize : %u\n", - alg->cra_cipher.cia_ivsize); break; case CRYPTO_ALG_TYPE_DIGEST: |
