api: use uintptr_t for architecture specific handle sizes

This commit is contained in:
Dave Pate
2017-10-26 13:55:58 +02:00
committed by Trevor Bentley
parent a7eb0657f1
commit 999312e6b5
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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()