diff --git a/evhtp.h b/evhtp.h index c448215..4fc76e8 100644 --- a/evhtp.h +++ b/evhtp.h @@ -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