diff options
author | Rob Austein <sra@hactrn.net> | 2015-12-24 01:16:10 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-12-24 01:16:10 -0500 |
commit | 7dfad9f2b40f32fb2f2d38c4637ae9faad4228d9 (patch) | |
tree | b4f3e6aecb4f445ada1b565f1872dcf9e1440791 /ks.c | |
parent | a1e4e4fe7331338ece1a6d3ba01862a35a22f4ae (diff) |
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.
Diffstat (limited to 'ks.c')
-rw-r--r-- | ks.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |