net: add rte prefix to esp structure
[dpdk.git] / lib / librte_ipsec / crypto.h
index b5f2648..a3f788a 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));