Outer headers are read-only data for an implementation.

Signed-off-by: Petri Savolainen <petri.savolai...@linaro.org>
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>
---
 include/odp/api/spec/ipsec.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h
index b19ad693..5095c3c1 100644
--- a/include/odp/api/spec/ipsec.h
+++ b/include/odp/api/spec/ipsec.h
@@ -1068,7 +1068,7 @@ typedef struct odp_ipsec_out_inline_param_t {
                /** Points to first byte of outer headers to be copied in
                 *  front of the outgoing IPSEC packet. Implementation copies
                 *  the headers during odp_ipsec_out_inline() call. */
-               uint8_t *ptr;
+               const uint8_t *ptr;
 
                /** Outer header length in bytes */
                uint32_t len;
-- 
2.13.0

Reply via email to