X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_cryptodev%2Frte_cryptodev.h;h=1d975e5f93df4d2f50b56e97f458bfa01ba0f1be;hb=f51fd44d645fc1914bbaeda67c2210f6e06c44e6;hp=ca7cbdd8d492703f4e22387ee5923802dc19545d;hpb=db2592be2f8ba6bab030e4868bc664e6c1f9e29f;p=dpdk.git diff --git a/lib/librte_cryptodev/rte_cryptodev.h b/lib/librte_cryptodev/rte_cryptodev.h index ca7cbdd8d4..1d975e5f93 100644 --- a/lib/librte_cryptodev/rte_cryptodev.h +++ b/lib/librte_cryptodev/rte_cryptodev.h @@ -883,7 +883,6 @@ rte_cryptodev_enqueue_burst(uint8_t dev_id, uint16_t qp_id, /** Cryptodev symmetric crypto session */ struct rte_cryptodev_sym_session { - RTE_STD_C11 __extension__ void *sess_private_data[0]; /**< Private session material */ };