Skip to content

Commit

Permalink
Expose net__print_ssl_error() prototype.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Jan 30, 2020
1 parent 17db975 commit 81641df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/net_mosq.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ ssize_t net__read(struct mosquitto *mosq, void *buf, size_t count);
ssize_t net__write(struct mosquitto *mosq, void *buf, size_t count);

#ifdef WITH_TLS
void net__print_ssl_error(struct mosquitto *mosq);
int net__socket_apply_tls(struct mosquitto *mosq);
int net__socket_connect_tls(struct mosquitto *mosq);
int mosquitto__verify_ocsp_status_cb(SSL * ssl, void *arg);
Expand Down

0 comments on commit 81641df

Please sign in to comment.