aboutsummaryrefslogtreecommitdiff
path: root/ks.c
diff options
context:
space:
mode:
Diffstat (limited to 'ks.c')
-rw-r--r--ks.c2
1 files changed, 1 insertions, 1 deletions
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)
{