From 7dfad9f2b40f32fb2f2d38c4637ae9faad4228d9 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 24 Dec 2015 01:16:10 -0500 Subject: More work on PIN/login/logout code. Access control still missing, committing now so Paul has a chance to look at the current RPC API. --- ks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ks.c') diff --git a/ks.c b/ks.c index 7466b75..a856bbf 100644 --- a/ks.c +++ b/ks.c @@ -240,7 +240,7 @@ hal_error_t hal_ks_delete(const hal_key_type_t type, return hal_ks_del_keydb(*hint); } -hal_error_t hal_ks_list(hal_rpc_pkey_key_info_t *result, +hal_error_t hal_ks_list(hal_pkey_info_t *result, unsigned *result_len, const unsigned result_max) { -- cgit v1.2.3