diff options
Diffstat (limited to 'crypto/algapi.c')
-rw-r--r-- | crypto/algapi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/algapi.c b/crypto/algapi.c index d891f56f0e8c..58cc19164801 100644 --- a/crypto/algapi.c +++ b/crypto/algapi.c | |||
@@ -63,9 +63,6 @@ static int crypto_check_alg(struct crypto_alg *alg) | |||
63 | if (alg->cra_alignmask & (alg->cra_alignmask + 1)) | 63 | if (alg->cra_alignmask & (alg->cra_alignmask + 1)) |
64 | return -EINVAL; | 64 | return -EINVAL; |
65 | 65 | ||
66 | if (alg->cra_alignmask & alg->cra_blocksize) | ||
67 | return -EINVAL; | ||
68 | |||
69 | if (alg->cra_blocksize > PAGE_SIZE / 8) | 66 | if (alg->cra_blocksize > PAGE_SIZE / 8) |
70 | return -EINVAL; | 67 | return -EINVAL; |
71 | 68 | ||