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>
This commit is contained in:
Ayuj Verma 2019-04-23 21:11:03 +05:30 committed by Akhil Goyal
parent 457b8e3729
commit ffa89c90f3

View File

@ -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 */