When merging this series after Bruce changes on build macros, an old macro usage has been re-introduced.
Fixes: d82d6ac64338 ("app/procinfo: add crypto security context info") Signed-off-by: David Marchand <david.march...@redhat.com> --- app/proc-info/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/proc-info/main.c b/app/proc-info/main.c index 6ca14c6639..d743209f0d 100644 --- a/app/proc-info/main.c +++ b/app/proc-info/main.c @@ -1223,7 +1223,7 @@ show_crypto(void) stats.dequeue_err_count); } -#ifdef RTE_LIBRTE_SECURITY +#ifdef RTE_LIB_SECURITY show_security_context(i); #endif } -- 2.23.0