From ffa89c90f35a98685495f11ad04be71e6ab4acdb Mon Sep 17 00:00:00 2001 From: Ayuj Verma <ayverma@marvell.com> Date: Tue, 23 Apr 2019 21:11:03 +0530 Subject: [PATCH] cryptodev: include dependency in asym header include rte_crypto_sym.h in asym header file. Signed-off-by: Ayuj Verma <ayverma@marvell.com> Signed-off-by: Shally Verma <shallyv@marvell.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com> --- lib/librte_cryptodev/rte_crypto_asym.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_cryptodev/rte_crypto_asym.h b/lib/librte_cryptodev/rte_crypto_asym.h index 5e43620972..a55923a345 100644 --- a/lib/librte_cryptodev/rte_crypto_asym.h +++ b/lib/librte_cryptodev/rte_crypto_asym.h @@ -25,6 +25,8 @@ extern "C" { #include <rte_mempool.h> #include <rte_common.h> +#include "rte_crypto_sym.h" + typedef struct rte_crypto_param_t { uint8_t *data; /**< pointer to buffer holding data */ -- 2.39.5