[Cryptech-Commits] [sw/libhal] 02/03: Missed one instance of one API change in "logout" branch merge.
git at cryptech.is
git at cryptech.is
Wed May 31 00:42:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch ks9
in repository sw/libhal.
commit b9188794e2634aa4918ba46298b88f03f2454dd4
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Tue May 30 19:26:50 2017 -0400
Missed one instance of one API change in "logout" branch merge.
---
ks_volatile.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ks_volatile.c b/ks_volatile.c
index 57806e8..2b5bb61 100644
--- a/ks_volatile.c
+++ b/ks_volatile.c
@@ -235,8 +235,8 @@ static hal_error_t ks_volatile_logout(hal_ks_t *ks,
if (db->keys[b].client.handle != client.handle)
continue;
- if ((err = hal_ks_index_delete(ks, &ks->names[b], 0, NULL, &hint)) != HAL_OK ||
- (err = hal_ks_block_zero(ks, b)) != HAL_OK)
+ if ((err = hal_ks_index_delete(ks, &ks->names[b], NULL, &hint)) != HAL_OK ||
+ (err = hal_ks_block_zero(ks, b)) != HAL_OK)
return err;
i--;
More information about the Commits
mailing list