stop exporting ykpiv_send_data()

This commit is contained in:
Klas Lindfors
2014-06-25 15:38:53 +02:00
parent b0ff83ac9c
commit ba9ee75b3f
3 changed files with 4 additions and 4 deletions
-2
View File
@@ -68,8 +68,6 @@ extern "C"
ykpiv_rc ykpiv_transfer_data(ykpiv_state *state, const unsigned char *templ,
const unsigned char *in_data, long in_len,
unsigned char *out_data, unsigned long *out_len, int *sw);
ykpiv_rc ykpiv_send_data(ykpiv_state *state, unsigned char *apdu,
unsigned char *data, unsigned long *recv_len, int *sw);
ykpiv_rc ykpiv_authenticate(ykpiv_state *state, const unsigned char *key);
ykpiv_rc ykpiv_set_mgmkey(ykpiv_state *state, const unsigned char *new_key);
ykpiv_rc ykpiv_parse_key(ykpiv_state *state,