X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_cryptodev%2Frte_cryptodev.h;h=1e30a1978c69e9cf5c7de68452dfbea4cdf358f0;hb=347a1e037fd323e6c2af55d17f7f0dc4bfe1d479;hp=affbdecc89190807e0c91066cca58ee7dba13c3c;hpb=517b89b090547478e8e9885f55170b7ef14baab9;p=dpdk.git diff --git a/lib/librte_cryptodev/rte_cryptodev.h b/lib/librte_cryptodev/rte_cryptodev.h index affbdecc89..1e30a1978c 100644 --- a/lib/librte_cryptodev/rte_cryptodev.h +++ b/lib/librte_cryptodev/rte_cryptodev.h @@ -759,7 +759,7 @@ struct rte_cryptodev_sym_session { } __rte_aligned(8); /**< Public symmetric session details */ - char _private[0]; + char _private[]; /**< Private session material */ };