hurl

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 045bafeea9fd50dc3c78051a372717c908bc23cc
parent e260518fff049888d3fcbc767f34a11a98f895d4
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 17 Feb 2019 15:11:44 +0100

minor style issue

Diffstat:
Mhurl.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; }