From b10dd5ac2ea8e33dcbb83a308908873d55ada59e Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sun, 17 Aug 2003 15:07:09 -0700 Subject: [CRYPTO]: Fix cast{5,6} build after cia_ivsize removal. --- crypto/cast5.c | 1 - crypto/cast6.c | 1 - 2 files changed, 2 deletions(-) diff --git a/crypto/cast5.c b/crypto/cast5.c index df0fef591052..83911e20c543 100644 --- a/crypto/cast5.c +++ b/crypto/cast5.c @@ -826,7 +826,6 @@ static struct crypto_alg alg = { .cipher = { .cia_min_keysize = CAST5_MIN_KEY_SIZE, .cia_max_keysize = CAST5_MAX_KEY_SIZE, - .cia_ivsize = CAST5_BLOCK_SIZE, .cia_setkey = cast5_setkey, .cia_encrypt = cast5_encrypt, .cia_decrypt = cast5_decrypt diff --git a/crypto/cast6.c b/crypto/cast6.c index 2b5d1c0e53b7..66f683b35469 100644 --- a/crypto/cast6.c +++ b/crypto/cast6.c @@ -539,7 +539,6 @@ static struct crypto_alg alg = { .cipher = { .cia_min_keysize = CAST6_MIN_KEY_SIZE, .cia_max_keysize = CAST6_MAX_KEY_SIZE, - .cia_ivsize = CAST6_BLOCK_SIZE, .cia_setkey = cast6_setkey, .cia_encrypt = cast6_encrypt, .cia_decrypt = cast6_decrypt} -- cgit v1.2.3