From 97ee7df6092551774b4c112a0349a25e76a684f3 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 8 Sep 2016 19:34:07 -0400 Subject: New keystore index internal API. Compiles, not yet integrated or tested. --- ks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ks.c') 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; -- cgit v1.2.3