diff options
Diffstat (limited to 'test/test/test_cryptodev.c')
-rw-r--r-- | test/test/test_cryptodev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test/test_cryptodev.c b/test/test/test_cryptodev.c index 7997b488..83cf7307 100644 --- a/test/test/test_cryptodev.c +++ b/test/test/test_cryptodev.c @@ -6484,7 +6484,7 @@ test_multi_session_random_usage(void) sessions[i] = rte_cryptodev_sym_session_create( ts_params->session_mpool); - rte_memcpy(&ut_paramz[i].ut_params, &testsuite_params, + rte_memcpy(&ut_paramz[i].ut_params, &unittest_params, sizeof(struct crypto_unittest_params)); test_AES_CBC_HMAC_SHA512_decrypt_create_session_params( |