[Cryptech-Commits] [sw/pkcs11] branch ksng updated: hal_rpc_pkey_find() -> hal_rpc_pkey_open().
git at cryptech.is
git at cryptech.is
Mon Nov 14 23:34:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch ksng
in repository sw/pkcs11.
The following commit(s) were added to refs/heads/ksng by this push:
new 108a9f2 hal_rpc_pkey_find() -> hal_rpc_pkey_open().
108a9f2 is described below
commit 108a9f20930b9a4baecaa47d58b612df513177ca
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Mon Nov 14 15:17:02 2016 -0500
hal_rpc_pkey_find() -> hal_rpc_pkey_open().
---
pkcs11.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkcs11.c b/pkcs11.c
index 751223e..6c52383 100644
--- a/pkcs11.c
+++ b/pkcs11.c
@@ -1779,7 +1779,7 @@ static int p11_object_get_pkey_handle(const p11_session_t * const session,
const hal_uuid_t * const pkey_uuid = sqlite3_column_blob(q, 0);
- ok = hal_check(hal_rpc_pkey_find(p11_session_hal_client(session), p11_session_hal_session(session),
+ ok = hal_check(hal_rpc_pkey_open(p11_session_hal_client(session), p11_session_hal_session(session),
pkey_handle, pkey_uuid, flags));
fail:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list