test/crypto: fix typo in ESN case
authorRebecca Troy <rebecca.troy@intel.com>
Thu, 1 Jul 2021 10:39:09 +0000 (10:39 +0000)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 7 Jul 2021 19:28:39 +0000 (21:28 +0200)
commit5da550e4408e03a7f06dfcfa9639ce969d141d73
tree64b4594edbed8befd19e787e3bad7051d5483827
parent9d33cad1f6b34a21a17f5ed0a56a5fbc13429b81
test/crypto: fix typo in ESN case

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: stable@dpdk.org
Signed-off-by: Rebecca Troy <rebecca.troy@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
app/test/test_cryptodev.c