> From: Sucharitha Sarananaga <ssaranan...@marvell.com>
>
> Cipher length need to be updated in case of AES-GCM decryption.
>
> Fixes: 4aaad2995e13 ("examples/fips_validation: support GCM parsing")
>
> Signed-off-by: Archana Muniganti <march...@marvell.com>
> Signed-off-by: Sucharitha Sarananaga <ssaranan...@marvell.com>
> ---
> examples/fips_validation/fips_validation_gcm.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/examples/fips_validation/fips_validation_gcm.c
> b/examples/fips_validation/fips_validation_gcm.c
> index ea48ddf..f295025 100644
> --- a/examples/fips_validation/fips_validation_gcm.c
> +++ b/examples/fips_validation/fips_validation_gcm.c
> @@ -19,6 +19,7 @@
> #define PTLEN_STR "PTlen = "
> #define AADLEN_STR "AADlen = "
> #define TAGLEN_STR "Taglen = "
> +#define CTLEN_STR "PTlen = "
Typo. Should be CTlen