From: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>
---
/** Email created from pull request 74 (lumag:crypto-packet)
 ** https://github.com/Linaro/odp/pull/74
 ** Patch: https://github.com/Linaro/odp/pull/74.patch
 ** Base sha: ee5be324411a7520528a367967c28fc529d3bc2e
 ** Merge commit sha: b7e7b563a7503a65cb3deee63590db065979a939
 **/
 test/common_plat/validation/api/crypto/odp_crypto_test_inp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/common_plat/validation/api/crypto/odp_crypto_test_inp.c 
b/test/common_plat/validation/api/crypto/odp_crypto_test_inp.c
index d5549493..716bd952 100644
--- a/test/common_plat/validation/api/crypto/odp_crypto_test_inp.c
+++ b/test/common_plat/validation/api/crypto/odp_crypto_test_inp.c
@@ -303,7 +303,7 @@ static void alg_test(odp_crypto_op_t op,
        odp_crypto_capability_t capa;
        int rc;
        odp_crypto_ses_create_err_t status;
-       odp_bool_t ok;
+       odp_bool_t ok = false;
        odp_crypto_session_param_t ses_params;
        uint8_t *data_addr;
        odp_crypto_cipher_capability_t cipher_capa[MAX_ALG_CAPA];

Reply via email to