浏览代码

crypto: caam - Use old_aead_alg

This patch replaces references to aead_alg with old_aead_alg.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Herbert Xu 10 年之前
父节点
当前提交
ae13ed4438
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/crypto/caam/caamalg.c

+ 1 - 1
drivers/crypto/caam/caamalg.c

@@ -3379,7 +3379,7 @@ struct caam_alg_template {
 	u32 type;
 	u32 type;
 	union {
 	union {
 		struct ablkcipher_alg ablkcipher;
 		struct ablkcipher_alg ablkcipher;
-		struct aead_alg aead;
+		struct old_aead_alg aead;
 	} template_u;
 	} template_u;
 	u32 class1_alg_type;
 	u32 class1_alg_type;
 	u32 class2_alg_type;
 	u32 class2_alg_type;