aboutsummaryrefslogtreecommitdiff
path: root/rpc_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpc_hash.c')
-rw-r--r--rpc_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc_hash.c b/rpc_hash.c
index c6eab3a..df501cf 100644
--- a/rpc_hash.c
+++ b/rpc_hash.c
@@ -289,7 +289,7 @@ static hal_error_t finalize(const hal_hash_handle_t handle,
return err;
}
-const hal_rpc_hash_dispatch_t hal_rpc_remote_hash_dispatch = {
+const hal_rpc_hash_dispatch_t hal_rpc_local_hash_dispatch = {
get_digest_length, get_digest_algorithm_id, get_algorithm, initialize, update, finalize
};