blob: fc328b0fa5d614547382a532d7c93875f3cefe17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- iterator/iter_fwd.c.orig 2018-08-09 12:44:40 UTC
+++ iterator/iter_fwd.c
@@ -239,7 +239,7 @@ read_fwds_addr(struct config_stub* s, struct delegpt*
s->name, p->str);
return 0;
}
-#ifndef HAVE_SSL_SET1_HOST
+#if ! defined(HAVE_SSL_SET1_HOST) && ! defined(HAVE_X509_VERIFY_PARAM_SET1_HOST)
if(tls_auth_name)
log_err("no name verification functionality in "
"ssl library, ignored name for %s", p->str);
|