X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuclient.git;a=blobdiff_plain;f=uclient-example.c;h=8c9d3e6d20e3304053c3a14e0cd454d052c5d81d;hp=a54aa889d202d5c6d8b9b32e843bf94da0009881;hb=3ddb765bd513a70d128810b65c3a45f81690782e;hpb=63a984dbdf8a4d1249838e0708a4bed2dfaff476 diff --git a/uclient-example.c b/uclient-example.c index a54aa88..8c9d3e6 100644 --- a/uclient-example.c +++ b/uclient-example.c @@ -155,7 +155,7 @@ int main(int argc, char **argv) return 1; } - uclient_http_set_ssl_ctx(cl, ctx, verify); + uclient_http_set_ssl_ctx(cl, &ustream_ssl_ops, ctx, verify); example_request_sm(cl); uloop_run(); uloop_done();