From: David Marchand Date: Fri, 23 Oct 2020 07:44:51 +0000 (+0200) Subject: app/procinfo: clean old build macro X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=5d7366372888ba654d3ba02b2b06de469ec433b9;p=dpdk.git app/procinfo: clean old build macro 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 Acked-by: Thomas Monjalon --- 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 }