]> git.droids-corp.org - dpdk.git/blobdiff - lib/ipsec/esp_outb.c
replace zero-length arrays with flexible ones
[dpdk.git] / lib / ipsec / esp_outb.c
index b7a70fd001863a378e03bf540734445d829f89d9..6925bb994510448856237bb5cab9a6fc6c2f18f4 100644 (file)
@@ -4,7 +4,6 @@
 
 #include <rte_ipsec.h>
 #include <rte_esp.h>
-#include <rte_ip.h>
 #include <rte_udp.h>
 #include <rte_errno.h>
 #include <rte_cryptodev.h>
@@ -614,7 +613,7 @@ cpu_outb_trs_pkt_prepare(const struct rte_ipsec_session *ss,
 
 /*
  * process outbound packets for SA with ESN support,
- * for algorithms that require SQN.hibits to be implictly included
+ * for algorithms that require SQN.hibits to be implicitly included
  * into digest computation.
  * In that case we have to move ICV bytes back to their proper place.
  */