crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
[deliverable/linux.git] / drivers / crypto / ixp4xx_crypto.c
index 411de261e40c0ebaa3f65879a5f79bc15f4684c1..8f279035328125de8f8c1216392e5674def45753 100644 (file)
@@ -1451,7 +1451,6 @@ static int __init ixp_module_init(void)
 
                /* authenc */
                cra->base.cra_flags = CRYPTO_ALG_KERN_DRIVER_ONLY |
-                                     CRYPTO_ALG_AEAD_NEW |
                                      CRYPTO_ALG_ASYNC;
                cra->setkey = aead_setkey;
                cra->setauthsize = aead_setauthsize;
This page took 0.023897 seconds and 5 git commands to generate.