From d81242a436dbfa8b9d61329fbe5aba9ec062ea0d Mon Sep 17 00:00:00 2001 From: Steffen Nurpmeso Date: Thu, 13 Sep 2018 17:47:01 +0200 Subject: [PATCH] =?utf8?q?url=5Fparse():=20fix=20false=20preprocessor=20co?= =?utf8?q?ndition=20for=20!HAVE=5FTLS=20(Olav=20M=C3=B8rkrid)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- urlcrecry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urlcrecry.c b/urlcrecry.c index b5f39b0b..e4398bd0 100644 --- a/urlcrecry.c +++ b/urlcrecry.c @@ -957,7 +957,7 @@ url_parse(struct url *urlp, enum cproto cproto, char const *data) #undef a_IFs if (strstr(data, "://") != NULL) { -#if !defined a_ALLPROTO || defined HAVE_TLS +#if !defined a_ALLPROTO || !defined HAVE_TLS jeproto: #endif n_err(_("URL proto:// prefix invalid: %s\n"), urlp->url_input); -- 2.11.4.GIT