>
> This patch enables the dpaaX_sec compilation when SECURITY
> is disabled.
>
> Signed-off-by: Hemant Agrawal <hemant.agra...@nxp.com>
> ---
> drivers/crypto/Makefile | 4 ++--
> drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 26 +++++++++++++++------
> drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h | 11 +++++++--
> drivers/crypto/dpaa_sec/dpaa_sec.c | 25 ++++++++++++++------
> drivers/crypto/dpaa_sec/dpaa_sec.h | 10 ++++++--
> mk/rte.app.mk | 4 ++--
> 6 files changed, 58 insertions(+), 22 deletions(-)
>
Acked-by: Akhil Goyal <akhil.go...@nxp.com>
Applied to dpdk-next-crypto
Thanks.
Certain ifdefs were not placed correctly. Fixed those while applying the series.