common/cnxk: use computed value for WQE skip
[dpdk.git] / lib / ipsec / sa.h
index 46f9a4d..ce4af8c 100644 (file)
@@ -59,7 +59,7 @@ union sym_op_data {
 struct replay_sqn {
        rte_rwlock_t rwl;
        uint64_t sqn;
-       __extension__ uint64_t window[0];
+       __extension__ uint64_t window[];
 };
 
 /*IPSEC SA supported algorithms */