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:
parent
ced5a6ce24
commit
5d73663728
@ -1223,7 +1223,7 @@ show_crypto(void)
|
||||
stats.dequeue_err_count);
|
||||
}
|
||||
|
||||
#ifdef RTE_LIBRTE_SECURITY
|
||||
#ifdef RTE_LIB_SECURITY
|
||||
show_security_context(i);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user