Skip to content

Commit

Permalink
export evhtp_connection_ssl_new via @rosenk, thanks!
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Ellzey committed Oct 15, 2015
1 parent c884191 commit c2168be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evhtp.h
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ EVHTP_EXPORT evhtp_connection_t *
evhtp_connection_new(evbase_t * evbase, const char * addr, uint16_t port);

#ifndef EVHTP_DISABLE_SSL
evhtp_connection_t * evhtp_connection_ssl_new(evbase_t * evbase, const char * addr, uint16_t port, evhtp_ssl_ctx_t * ctx);
EVHTP_EXPORT evhtp_connection_t * evhtp_connection_ssl_new(evbase_t * evbase, const char * addr, uint16_t port, evhtp_ssl_ctx_t * ctx);
#endif


Expand Down

0 comments on commit c2168be

Please sign in to comment.