aboutsummaryrefslogtreecommitdiff
path: root/example/ipsec/odp_ipsec_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/ipsec/odp_ipsec_misc.h')
-rw-r--r--example/ipsec/odp_ipsec_misc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/ipsec/odp_ipsec_misc.h b/example/ipsec/odp_ipsec_misc.h
index f6a12b5ce..85c5f6aae 100644
--- a/example/ipsec/odp_ipsec_misc.h
+++ b/example/ipsec/odp_ipsec_misc.h
@@ -59,8 +59,8 @@ typedef struct {
typedef struct {
odp_bool_t cipher;
union {
- enum odp_cipher_alg cipher;
- enum odp_auth_alg auth;
+ odp_cipher_alg_t cipher;
+ odp_auth_alg_t auth;
} u;
} ipsec_alg_t;