From 598e75956634f33ede687da796d5b6c583048a5e Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 14 May 2016 02:59:32 -0400 Subject: Add mixed-mode key support, for PKCS #11 "session" (ie, not "token") keys. --- rpc_hash.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'rpc_hash.c') diff --git a/rpc_hash.c b/rpc_hash.c index 3c4c79b..7cae484 100644 --- a/rpc_hash.c +++ b/rpc_hash.c @@ -303,7 +303,12 @@ static hal_error_t finalize(const hal_hash_handle_t handle, } const hal_rpc_hash_dispatch_t hal_rpc_local_hash_dispatch = { - get_digest_length, get_digest_algorithm_id, get_algorithm, initialize, update, finalize + get_digest_length, + get_digest_algorithm_id, + get_algorithm, + initialize, + update, + finalize }; /* -- cgit v1.2.3