Declan Doherty dbe849384c cryptodev: fix build with gcc 4.4.7
- 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>
2015-11-27 19:22:06 +01:00
..
2015-11-26 00:45:50 +01:00
2015-08-09 19:45:25 +02:00
2015-02-24 22:12:35 +01:00
2015-06-19 12:11:53 +02:00
2015-08-03 12:43:01 +02:00