drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRI
[linux-block.git] / drivers / net / macsec.c
index c3f30663070f9496e6f574ea83e189ae85cfb6de..b7e151439c4886f851ba87e27a34e33cd834069a 100644 (file)
@@ -1330,8 +1330,7 @@ static struct crypto_aead *macsec_alloc_tfm(char *key, int key_len, int icv_len)
        struct crypto_aead *tfm;
        int ret;
 
-       /* Pick a sync gcm(aes) cipher to ensure order is preserved. */
-       tfm = crypto_alloc_aead("gcm(aes)", 0, CRYPTO_ALG_ASYNC);
+       tfm = crypto_alloc_aead("gcm(aes)", 0, 0);
 
        if (IS_ERR(tfm))
                return tfm;