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 <david.marchand@redhat.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
This commit is contained in:
David Marchand 2020-10-23 09:44:51 +02:00
parent ced5a6ce24
commit 5d73663728

View 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
}