hurl | Simple gopher and http(s) client. |
| download: http://git.y1.nz/archives/hurl.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 045bafeea9fd50dc3c78051a372717c908bc23cc parent e260518fff049888d3fcbc767f34a11a98f895d4 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sun, 17 Feb 2019 15:11:44 +0100 minor style issue Diffstat:
| M | hurl.c | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hurl.c b/hurl.c @@ -190,7 +190,7 @@ https_request(void) fprintf(stderr, "tls_client: %s\n", tls_error(t)); goto err; } - if (tls_configure(t, tls_config) != 0) { + if (tls_configure(t, tls_config)) { fprintf(stderr, "tls_configure: %s\n", tls_error(t)); goto err; }
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.