Skip to content

Commit

Permalink
piv: declare piv_box_open_agent in piv.h
Browse files Browse the repository at this point in the history
  • Loading branch information
arekinath committed Jun 27, 2023
1 parent d28025a commit 9467073
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions piv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,8 @@ MUST_CHECK
errf_t *piv_box_take_data(struct piv_ecdh_box *box, uint8_t **data, size_t *len);
MUST_CHECK
errf_t *piv_box_take_datab(struct piv_ecdh_box *box, struct sshbuf **buf);
MUST_CHECK
errf_t *piv_box_open_agent(int fd, struct piv_ecdh_box *box);

/*
* Errors:
Expand Down

0 comments on commit 9467073

Please sign in to comment.