]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - crypto/morus1280.c
checkpatch: add a --strict test for structs with bool member definitions
[mirror_ubuntu-eoan-kernel.git] / crypto / morus1280.c
index 6180b2557836a3156062abebea0b3c4c7d6d39a4..d057cf5ac4a8b07897e7e0e143e65015a4cbc71f 100644 (file)
@@ -514,7 +514,6 @@ static struct aead_alg crypto_morus1280_alg = {
        .chunksize = MORUS1280_BLOCK_SIZE,
 
        .base = {
-               .cra_flags = CRYPTO_ALG_TYPE_AEAD,
                .cra_blocksize = 1,
                .cra_ctxsize = sizeof(struct morus1280_ctx),
                .cra_alignmask = 0,