Commit ff5b6ff5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixed to build fine without ssl

parent c86768d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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