aboutsummaryrefslogtreecommitdiff
path: root/ks.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-09-08 19:34:07 -0400
committerRob Austein <sra@hactrn.net>2016-09-08 19:34:07 -0400
commit97ee7df6092551774b4c112a0349a25e76a684f3 (patch)
tree504cd5cde1f07df553cc06a26a89bda13e765e96 /ks.c
parent1e1604b3bd25c3214b95a4a3280e9041a86a55a2 (diff)
New keystore index internal API. Compiles, not yet integrated or tested.
Diffstat (limited to 'ks.c')
-rw-r--r--ks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ks.c b/ks.c
index 8510dc3..a2c0f3c 100644
--- a/ks.c
+++ b/ks.c
@@ -353,8 +353,8 @@ hal_error_t hal_ks_list(hal_pkey_info_t *result,
return HAL_OK;
}
-hal_error_t hal_ks_get_pin(const hal_user_t user,
- const hal_ks_pin_t **pin)
+hal_error_t hal_get_pin(const hal_user_t user,
+ const hal_ks_pin_t **pin)
{
if (pin == NULL)
return HAL_ERROR_BAD_ARGUMENTS;