Adrien Mazarguil
c65de52614
cryptodev: fix C11 extensions in exported header
Fix issues reported by check-includes.sh:
rte_crypto_sym.h:586:3: error: anonymous structs are a C11 extension
[-Werror,-Wc11-extensions]
rte_crypto_sym.h:510:2: error: anonymous unions are a C11 extension
[-Werror,-Wc11-extensions]
Fixes: b59502a5e3d0 ("cryptodev: add AEAD parameters in crypto operation")
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2017-08-05 01:18:21 +02:00
..
2017-07-06 22:22:09 +02:00
2017-08-05 01:18:21 +02:00
2017-07-27 18:49:11 +02:00
2017-06-28 19:59:22 +02:00
2017-06-28 19:59:22 +02:00
2017-07-27 17:25:54 +02:00
2017-06-28 19:59:22 +02:00
2017-07-06 22:34:55 +02:00
2017-07-27 17:25:54 +02:00
2017-07-28 16:32:19 +02:00