diff mbox series

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

Message ID 20170712135438.22191-9-petri.savolainen@linaro.org
State Accepted
Commit 2b991ab104173e9d1fbe82ef0591e5f5a0ecf4f1
Headers show
Series [API-NEXT,v3,1/9] api: ipsec: add salt parameter | expand

Commit Message

Petri Savolainen July 12, 2017, 1:54 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 76fb05d3..aac76999 100644
--- a/include/odp/api/spec/ipsec.h
+++ b/include/odp/api/spec/ipsec.h
@@ -617,9 +617,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;