diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/unittest/crypto_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |