diff mbox series

[API-NEXT,9/9] api: ipsec: remove initial sequence number parameter

Message ID 20170711123118.14745-9-petri.savolainen@linaro.org
State Superseded
Headers show
Series [API-NEXT,1/9] api: ipsec: add salt parameter | expand

Commit Message

Petri Savolainen July 11, 2017, 12:31 p.m. UTC
Application should not need to control initial sequence number
value as implementation is able to manage that internally.

Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org>

---
 include/odp/api/spec/ipsec.h | 3 ---
 1 file changed, 3 deletions(-)

-- 
2.13.0
diff mbox series

Patch

diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h
index 5095c3c1..9514e46f 100644
--- a/include/odp/api/spec/ipsec.h
+++ b/include/odp/api/spec/ipsec.h
@@ -618,9 +618,6 @@  typedef struct odp_ipsec_sa_param_t {
 	/** SA lifetime parameters */
 	odp_ipsec_lifetime_t lifetime;
 
-	/** Initial sequence number */
-	uint64_t seq;
-
 	/** SPI value */
 	uint32_t spi;