[dpdk-dev] [PATCH v1] fix alphabetical ordering of headers
Ayuj Verma
ayverma at marvell.com
Fri Apr 12 09:03:21 CEST 2019
rte_crypto_sym.h is included prior to rte_crypto_asym.h
in rte_crypto.h, which breaks alphabetical order.
include rte_crypto_sym.h in rte_crypto_asym.h fixes this.
Ayuj Verma (1):
lib/crypto: fix alphabetical ordering of headers
lib/librte_cryptodev/rte_crypto.h | 1 -
lib/librte_cryptodev/rte_crypto_asym.h | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)
--
1.8.3.1
More information about the dev
mailing list