Use unsigned where appropriate.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22899 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -309,7 +309,8 @@ p11_init_slot(hx509_context context,
|
|||||||
CK_SESSION_HANDLE session;
|
CK_SESSION_HANDLE session;
|
||||||
CK_SLOT_INFO slot_info;
|
CK_SLOT_INFO slot_info;
|
||||||
CK_TOKEN_INFO token_info;
|
CK_TOKEN_INFO token_info;
|
||||||
int ret, i;
|
size_t i;
|
||||||
|
int ret;
|
||||||
|
|
||||||
slot->certs = NULL;
|
slot->certs = NULL;
|
||||||
slot->id = id;
|
slot->id = id;
|
||||||
|
Reference in New Issue
Block a user