X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Funittest%2Fcrypto_test.c;h=768221b56ad467541f6159aa1d67bc79e49ec733;hb=a03d18238350f9941357caca28957395ad737810;hp=6d57cea82c731430419a0a918e07660bd52b9ae0;hpb=1e3aa5e213c23588981ee17d1413a0441a40527a;p=vpp.git diff --git a/src/plugins/unittest/crypto_test.c b/src/plugins/unittest/crypto_test.c index 6d57cea82c7..768221b56ad 100644 --- a/src/plugins/unittest/crypto_test.c +++ b/src/plugins/unittest/crypto_test.c @@ -62,7 +62,7 @@ test_crypto (vlib_main_t * vm, crypto_test_main_t * tm) { r = rv[i]; op = ops + i; - op->op = r->op; + vnet_crypto_op_init (op, r->op); op->iv = r->iv.data; op->key = r->key.data; op->src = r->data.data;