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