aboutsummaryrefslogtreecommitdiff
path: root/lib/ssluse.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-08 13:06:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-08 13:06:50 +0000
commitff5b6ff5288d29dee7a8e8d24d0948451350cb50 (patch)
tree2953acedc768ff76051f71553aac2bb121701ef9 /lib/ssluse.c
parentc86768d856d6144e4560f09da95549de49998531 (diff)
fixed to build fine without ssl
Diffstat (limited to 'lib/ssluse.c')
-rw-r--r--lib/ssluse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssluse.c b/lib/ssluse.c
index 8b04ccf1f..4edb72072 100644
--- a/lib/ssluse.c
+++ b/lib/ssluse.c
@@ -743,7 +743,6 @@ cert_hostcheck(const char *certname, const char *hostname)
}
return 0;
}
-#endif
static CURLcode verifyhost(struct connectdata *conn)
{
@@ -886,6 +885,7 @@ static CURLcode verifyhost(struct connectdata *conn)
return CURLE_OK;
}
+#endif
/* ====================================================== */
CURLcode