Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae13ed44 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: caam - Use old_aead_alg



This patch replaces references to aead_alg with old_aead_alg.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 2d0f230f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3379,7 +3379,7 @@ struct caam_alg_template {
	u32 type;
	union {
		struct ablkcipher_alg ablkcipher;
		struct aead_alg aead;
		struct old_aead_alg aead;
	} template_u;
	u32 class1_alg_type;
	u32 class2_alg_type;