Fix applet selection for whole public API.

This commit is contained in:
Trevor Bentley
2017-10-20 16:13:43 +02:00
parent c07355fefb
commit 27933eaff8
3 changed files with 140 additions and 77 deletions
+2
View File
@@ -183,6 +183,8 @@ int _ykpiv_get_length(const unsigned char *buffer, size_t *len);
void* _ykpiv_alloc(ykpiv_state *state, size_t size);
void* _ykpiv_realloc(ykpiv_state *state, void *address, size_t size);
void _ykpiv_free(ykpiv_state *state, void *data);
ykpiv_rc _ykpiv_save_object(ykpiv_state *state, int object_id, unsigned char *indata, size_t len);
ykpiv_rc _ykpiv_fetch_object(ykpiv_state *state, int object_id, unsigned char *data, unsigned long *len);
#ifdef __cplusplus
}