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

crypto: talitos - Fix build warning in aead_des3_setkey



This patch removes the variable flags which is now unused thanks
to the new DES helpers.

Fixes: 9d574ae8 ("crypto: talitos/des - switch to new...")
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent c9630502
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -925,7 +925,6 @@ static int aead_des3_setkey(struct crypto_aead *authenc,
	struct talitos_ctx *ctx = crypto_aead_ctx(authenc);
	struct device *dev = ctx->dev;
	struct crypto_authenc_keys keys;
	u32 flags;
	int err;

	err = crypto_authenc_extractkeys(&keys, key, keylen);