> diff --git a/app/test/test_cryptodev_security_ipsec.h
> b/app/test/test_cryptodev_security_ipsec.h
> index 9147d1c0d6..b98f4741b2 100644
> --- a/app/test/test_cryptodev_security_ipsec.h
> +++ b/app/test/test_cryptodev_security_ipsec.h
> @@ -196,7 +196,7 @@ static const struct crypto_param auth_list[] = {
>       {
>               .type = RTE_CRYPTO_SYM_XFORM_AUTH,
>               .alg.auth =  RTE_CRYPTO_AUTH_MD5_HMAC,
> -             .key_length = 12,
> +             .key_length = 16,
>               .digest_length = 12,
>       },
Above change should not be part of this patch.
Squash with 2/6 patch.

Reply via email to