Building with RTE_LIBRTE_PMD_AESNI_GCM_DEBUG fails with an implicit
declaration of rte_hexdump()
Fixes: 746825e5c0ea ("crypto/ipsec_mb: move aesni_gcm PMD")
Cc: [email protected]
Signed-off-by: Stephen Hemminger <[email protected]>
---
drivers/crypto/ipsec_mb/pmd_aesni_gcm.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/crypto/ipsec_mb/pmd_aesni_gcm.c
b/drivers/crypto/ipsec_mb/pmd_aesni_gcm.c
index 8c35820ef7..3c266cc47e 100644
--- a/drivers/crypto/ipsec_mb/pmd_aesni_gcm.c
+++ b/drivers/crypto/ipsec_mb/pmd_aesni_gcm.c
@@ -2,6 +2,8 @@
* Copyright(c) 2016-2021 Intel Corporation
*/
+#include <rte_hexdump.h>
+
#include "pmd_aesni_gcm_priv.h"
static void
--
2.53.0