dbe849384c
- Fix for build error caused by flexible array member in struct rte_ccryptodev_session: error: flexible array member in otherwise empty struct - Change void** casting of sess parameter in rte_cryptodev_session_create which causes a strict-aliasing error. Fixes: d11b0f30df88 ("cryptodev: introduce API and framework for crypto devices") Signed-off-by: Declan Doherty <declan.doherty@intel.com>