Skip to content

Commit

Permalink
Fix docs for ykpiv_util_write_certdata
Browse files Browse the repository at this point in the history
  • Loading branch information
qpernil committed Dec 6, 2023
1 parent fac3a1c commit 22f8dd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ykpiv.h
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,8 @@ extern "C"
* @param compress_info Certificate compression state
* @param certdata Constructed certificate data
* @param certdata_len Length of constructed certificate data
*
* @return Error code
*/
ykpiv_rc ykpiv_util_write_certdata(uint8_t *data, size_t data_len, uint8_t compress_info, uint8_t* certdata, size_t *certdata_len);

Expand Down

0 comments on commit 22f8dd6

Please sign in to comment.