app/procinfo: clean old build macro
authorDavid Marchand <david.marchand@redhat.com>
Fri, 23 Oct 2020 07:44:51 +0000 (09:44 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Mon, 26 Oct 2020 11:03:31 +0000 (12:03 +0100)
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.marchand@redhat.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
app/proc-info/main.c

index 6ca14c6..d743209 100644 (file)
@@ -1223,7 +1223,7 @@ show_crypto(void)
                               stats.dequeue_err_count);
                }
 
-#ifdef RTE_LIBRTE_SECURITY
+#ifdef RTE_LIB_SECURITY
                show_security_context(i);
 #endif
        }