- removed asymnetric crypto xform next field.
This commit reflects changes to the asymmetric crypto API.

Signed-off-by: Arek Kusztal <arkadiuszx.kusz...@intel.com>
---
 app/test-crypto-perf/cperf_ops.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/test-crypto-perf/cperf_ops.c b/app/test-crypto-perf/cperf_ops.c
index cbefce8d6c..8371af301a 100644
--- a/app/test-crypto-perf/cperf_ops.c
+++ b/app/test-crypto-perf/cperf_ops.c
@@ -786,7 +786,6 @@ cperf_create_session(struct rte_mempool *sess_mp,
        int ret;
 
        if (options->op_type == CPERF_ASYM_MODEX) {
-               xform.next = NULL;
                xform.xform_type = RTE_CRYPTO_ASYM_XFORM_MODEX;
                xform.modex.modulus.data = options->modex_data->modulus.data;
                xform.modex.modulus.length = options->modex_data->modulus.len;
-- 
2.13.6

Reply via email to