The fcrypt implementation uses memcpy() to access the input and output
buffers so there is no need to set an alignmask.

Signed-off-by: Ard Biesheuvel <a...@kernel.org>
---
 crypto/fcrypt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/crypto/fcrypt.c b/crypto/fcrypt.c
index 58f935315cf8..c36ea0c8be98 100644
--- a/crypto/fcrypt.c
+++ b/crypto/fcrypt.c
@@ -396,7 +396,6 @@ static struct crypto_alg fcrypt_alg = {
        .cra_blocksize          =       8,
        .cra_ctxsize            =       sizeof(struct fcrypt_ctx),
        .cra_module             =       THIS_MODULE,
-       .cra_alignmask          =       3,
        .cra_u                  =       { .cipher = {
        .cia_min_keysize        =       8,
        .cia_max_keysize        =       8,
-- 
2.20.1

Reply via email to