aboutsummaryrefslogtreecommitdiff
path: root/test/validation/api/crypto/odp_crypto_test_inp.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/validation/api/crypto/odp_crypto_test_inp.c')
-rw-r--r--test/validation/api/crypto/odp_crypto_test_inp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/validation/api/crypto/odp_crypto_test_inp.c b/test/validation/api/crypto/odp_crypto_test_inp.c
index 0112bf27a..150a470ec 100644
--- a/test/validation/api/crypto/odp_crypto_test_inp.c
+++ b/test/validation/api/crypto/odp_crypto_test_inp.c
@@ -1342,12 +1342,11 @@ static void test_auth_hashes_in_auth_range(void)
odp_auth_alg_t auth = auth_algs[n];
int num;
- if (check_alg_support(ODP_CIPHER_ALG_NULL, auth)
- == ODP_TEST_INACTIVE)
+ if (check_alg_support(ODP_CIPHER_ALG_NULL, auth) == ODP_TEST_INACTIVE)
continue;
num = odp_crypto_auth_capability(auth, NULL, 0);
- CU_ASSERT(num > 0);
+ CU_ASSERT_FATAL(num > 0);
odp_crypto_auth_capability_t capa[num];