#ifdef out a few more functions when SSL is disabled.

This commit is contained in:
Dan Fandrich 2007-09-25 06:45:05 +00:00
parent c478200766
commit bdfeaa0f95
2 changed files with 2 additions and 11 deletions

View file

@ -390,7 +390,7 @@ CURLcode Curl_ssl_addsessionid(struct connectdata *conn,
}
#endif
#endif /* USE_SSL */
void Curl_ssl_close_all(struct SessionHandle *data)
{