aboutsummaryrefslogtreecommitdiff
path: root/example/ipsec_crypto
diff options
context:
space:
mode:
Diffstat (limited to 'example/ipsec_crypto')
-rw-r--r--example/ipsec_crypto/odp_ipsec_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ipsec_crypto/odp_ipsec_cache.c b/example/ipsec_crypto/odp_ipsec_cache.c
index f5646d467..e4cd5142a 100644
--- a/example/ipsec_crypto/odp_ipsec_cache.c
+++ b/example/ipsec_crypto/odp_ipsec_cache.c
@@ -117,7 +117,7 @@ int create_ipsec_cache_entry(sa_db_entry_t *cipher_sa,
/* Synchronous session create for now */
if (odp_crypto_session_create(&params, &session, &ses_create_rc))
return -1;
- if (ODP_CRYPTO_SES_CREATE_ERR_NONE != ses_create_rc)
+ if (ODP_CRYPTO_SES_ERR_NONE != ses_create_rc)
return -1;
/* Copy remainder */