fixed Curl_SSLConnect() to return CURLcode errors, including the new error

code for peer certificate errors
This commit is contained in:
Daniel Stenberg
2001-05-12 09:29:56 +00:00
parent 632e951e14
commit 8fd89d6b93
2 changed files with 15 additions and 11 deletions

View File

@@ -23,5 +23,5 @@
* $Id$
*****************************************************************************/
#include "urldata.h"
int Curl_SSLConnect(struct connectdata *conn);
CURLcode Curl_SSLConnect(struct connectdata *conn);
#endif