X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuclient.git;a=blobdiff_plain;f=uclient.h;fp=uclient.h;h=11a19555e2df3a64318849522ade47f9bd104b81;hp=e3d168a987e28e4178bfe55db1dc7ede53bf4781;hb=5be2b92aec6e0abde419b8128b58d2e96d5d5a34;hpb=5e0b24f3a921081162706598d1ebea9d403d3187 diff --git a/uclient.h b/uclient.h index e3d168a..11a1955 100644 --- a/uclient.h +++ b/uclient.h @@ -54,4 +54,6 @@ int uclient_http_reset_headers(struct uclient *cl, const char *name, const char int uclient_http_set_request_type(struct uclient *cl, const char *type); bool uclient_http_redirect(struct uclient *cl); +int uclient_http_set_ssl_ctx(struct uclient *cl, struct ustream_ssl_ctx *ctx); + #endif