X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_ipsec%2Fcrypto.h;h=f8fbf8d4f3282b291109da30d507d2984bab8b98;hb=b340b41de0c074d6e3434af5c929484aa1cc68ab;hp=45d4ef7bf306d1aa039dd19d8380372d8c3c3415;hpb=8bd5f07c7a1ac0c5b8d16758efc3ada3e16b0adc;p=dpdk.git diff --git a/lib/librte_ipsec/crypto.h b/lib/librte_ipsec/crypto.h index 45d4ef7bf3..f8fbf8d4f3 100644 --- a/lib/librte_ipsec/crypto.h +++ b/lib/librte_ipsec/crypto.h @@ -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));