diff options
Diffstat (limited to 'src/crypto_engines/native/crypto_native.h')
-rw-r--r-- | src/crypto_engines/native/crypto_native.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto_engines/native/crypto_native.h b/src/crypto_engines/native/crypto_native.h index 0fcb6a99524..9e2a6b42e52 100644 --- a/src/crypto_engines/native/crypto_native.h +++ b/src/crypto_engines/native/crypto_native.h @@ -25,8 +25,8 @@ typedef struct crypto_native_op_handler { struct crypto_native_op_handler *next; vnet_crypto_op_id_t op_id; - vnet_crypto_ops_handler_t *fn; - vnet_crypto_chained_ops_handler_t *cfn; + vnet_crypto_simple_op_fn_t *fn; + vnet_crypto_chained_op_fn_t *cfn; crypto_native_variant_probe_t *probe; int priority; } crypto_native_op_handler_t; |