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_mmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ks_mmap.c') diff --git a/ks_mmap.c b/ks_mmap.c index e158e13..6d9ac6f 100644 --- a/ks_mmap.c +++ b/ks_mmap.c @@ -125,8 +125,8 @@ hal_error_t hal_ks_del_keydb(const int loc) return HAL_OK; } -hal_error_t hal_ks_set_pin(const hal_user_t user, - const hal_ks_pin_t * const pin) +hal_error_t hal_set_pin(const hal_user_t user, + const hal_ks_pin_t * const pin) { if (pin == NULL) return HAL_ERROR_BAD_ARGUMENTS; -- cgit v1.2.3