api: use uintptr_t for architecture specific handle sizes
This commit is contained in:
committed by
Trevor Bentley
parent
a7eb0657f1
commit
999312e6b5
+1
-1
@@ -413,7 +413,7 @@ extern "C"
|
||||
*
|
||||
* @return Error code
|
||||
*/
|
||||
ykpiv_rc ykpiv_connect_with_external_card(ykpiv_state *state, uint64_t context, uint64_t card);
|
||||
ykpiv_rc ykpiv_connect_with_external_card(ykpiv_state *state, uintptr_t context, uintptr_t card);
|
||||
|
||||
/**
|
||||
* Variant of ykpiv_done() for external cards connected with ykpiv_connect_with_external_card()
|
||||
|
||||
Reference in New Issue
Block a user