aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_crypto_openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/odp_crypto_openssl.c')
-rw-r--r--platform/linux-generic/odp_crypto_openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-generic/odp_crypto_openssl.c b/platform/linux-generic/odp_crypto_openssl.c
index d8276b4b4..6e702acab 100644
--- a/platform/linux-generic/odp_crypto_openssl.c
+++ b/platform/linux-generic/odp_crypto_openssl.c
@@ -245,7 +245,7 @@ struct odp_crypto_global_s {
/* These flags are cleared at alloc_session() */
uint8_t ctx_valid[ODP_THREAD_COUNT_MAX][MAX_SESSIONS];
- odp_ticketlock_t openssl_lock[0];
+ odp_ticketlock_t openssl_lock[];
};
static odp_crypto_global_t *global;