Skip to content

Commit

Permalink
Remove S2N_API in .c
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Clark <[email protected]>
  • Loading branch information
lrstewart and goatgoose authored Jan 17, 2024
1 parent 323255f commit 2b42b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tls/s2n_connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,7 @@ S2N_RESULT s2n_connection_get_sequence_number(struct s2n_connection *conn,
return S2N_RESULT_OK;
}

S2N_API int s2n_connection_get_key_update_counts(struct s2n_connection *conn,
int s2n_connection_get_key_update_counts(struct s2n_connection *conn,
uint8_t *send_key_updates, uint8_t *recv_key_updates)
{
POSIX_ENSURE_REF(conn);
Expand Down

0 comments on commit 2b42b7b

Please sign in to comment.