[Cryptech-Commits] [sw/pkcs11] 04/04: Track (trivial) libhal API change.

git at cryptech.is git at cryptech.is
Sat May 14 07:12:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch rpc
in repository sw/pkcs11.

commit b99b156905409cc44844b234fe73b4f4a4bd1b90
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sat May 14 03:08:57 2016 -0400

    Track (trivial) libhal API change.
---
 pkcs11.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pkcs11.c b/pkcs11.c
index 10b9034..5d30d34 100644
--- a/pkcs11.c
+++ b/pkcs11.c
@@ -1438,7 +1438,8 @@ static int p11_object_get_pkey_handle(const p11_session_t * const session,
                                    p11_session_hal_session(session),
                                    pkey_handle, pkey_type,
                                    sqlite3_column_blob(q, 0),
-                                   sqlite3_column_bytes(q, 0)));
+                                   sqlite3_column_bytes(q, 0),
+                                   0));
 
  fail:
   sqlite3_finalize(q);



More information about the Commits mailing list