Skip to content

Commit

Permalink
be_openssl: make be_openssl_set_fd() static (no prototype required)
Browse files Browse the repository at this point in the history
  • Loading branch information
azat committed Dec 6, 2016
1 parent 86fa007 commit 32adf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bufferevent_openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ be_openssl_flush(struct bufferevent *bufev,
return 0;
}

int
static int
be_openssl_set_fd(struct bufferevent_openssl *bev_ssl,
enum bufferevent_ssl_state state, int fd)
{
Expand Down

0 comments on commit 32adf43

Please sign in to comment.