git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
457b8e3
)
cryptodev: include dependency in asym header
author
Ayuj Verma
<ayverma@marvell.com>
Tue, 23 Apr 2019 15:41:03 +0000
(21:11 +0530)
committer
Akhil 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
patch
|
blob
|
history
diff --git
a/lib/librte_cryptodev/rte_crypto_asym.h
b/lib/librte_cryptodev/rte_crypto_asym.h
index
5e43620
..
a55923a
100644
(file)
--- 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 */