cryptodev: include dependency in asym header
authorAyuj Verma <ayverma@marvell.com>
Tue, 23 Apr 2019 15:41:03 +0000 (21:11 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Tue, 30 Apr 2019 06:42:10 +0000 (08:42 +0200)
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

index 5e43620..a55923a 100644 (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 */