]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ipsec/crypto.h
net: add rte prefix to ESP structure
[dpdk.git] / lib / librte_ipsec / crypto.h
index 45d4ef7bf306d1aa039dd19d8380372d8c3c3415..f8fbf8d4f3282b291109da30d507d2984bab8b98 100644 (file)
@@ -47,7 +47,7 @@ struct aead_gcm_aad {
 } __attribute__((packed));
 
 struct gcm_esph_iv {
-       struct esp_hdr esph;
+       struct rte_esp_hdr esph;
        uint64_t iv;
 } __attribute__((packed));