test/crypto: fix typo in block cipher output
authorCiara Power <ciara.power@intel.com>
Wed, 11 Nov 2020 09:42:54 +0000 (09:42 +0000)
committerAkhil Goyal <akhil.goyal@nxp.com>
Thu, 12 Nov 2020 21:08:51 +0000 (22:08 +0100)
commitbf5c71126b7083f80ed1a4411c4ca7d5b0cf15bd
treea84b6dfa6362e16f39d81996a8851c9bfb6f412c
parent4682c52dc567891942cc7e3ef7bc2e88c661c2f0
test/crypto: fix typo in block cipher output

The print statement had a typo, "sesionless" should have been
"sessionless". This is now fixed.

Fixes: afcfa2fd0431 ("test/crypto: check session-less support")
Cc: stable@dpdk.org
Signed-off-by: Ciara Power <ciara.power@intel.com>
app/test/test_cryptodev_blockcipher.c