test/crypto: fix build without rte_security
authorHemant Agrawal <hemant.agrawal@nxp.com>
Fri, 18 Oct 2019 07:56:11 +0000 (13:26 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 23 Oct 2019 14:57:06 +0000 (16:57 +0200)
commit52dcc63d09a0fa103738ac6a258d84247585cf78
tree2029cbdce4fdaf8f1aa086a77302c24459a58e99
parente847fc5128170c5cc2b729738eaf15b71bc859da
test/crypto: fix build without rte_security

This patch fixes the compilation issue in test_cryptodev.c
when RTE_LIBRTE_SECURITY is disabled.

Fixes: d883e6e7131b ("test/crypto: add PDCP C-Plane encap cases")

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Thierry Herbelot <thierry.herbelot@6wind.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
app/test/test_cryptodev.c