]> 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 b5f2648318b0cc7fb1b8c20825d34e2d9adddeb4..a3f788a5708dbb760023706b761d60340ba87a1b 100644 (file)
@@ -37,7 +37,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));