Re: [dpdk-dev] [PATCH] test/crypto: fix typo in ESN testcase
> Acked-by: Hemant Agrawal Applied to dpdk-next-crypto Thanks.
Re: [dpdk-dev] [PATCH] test/crypto: fix typo in ESN testcase
Acked-by: Hemant Agrawal
[dpdk-dev] [PATCH] test/crypto: fix typo in ESN testcase
Fixed typo in the crypto unit test ESN function name by replacing the word 'encryt' with the correct word 'encrypt'. test_authenticated_encryt_with_esn is now called test_authenticated_encrypt_with_esn. Fixes: 699741912d71 ("test/crypto: add case for auth only trailer") Cc: hemant.agra...@nxp.co