fixed Curl_SSLConnect() to return CURLcode errors, including the new error
code for peer certificate errors
This commit is contained in:
@@ -23,5 +23,5 @@
|
||||
* $Id$
|
||||
*****************************************************************************/
|
||||
#include "urldata.h"
|
||||
int Curl_SSLConnect(struct connectdata *conn);
|
||||
CURLcode Curl_SSLConnect(struct connectdata *conn);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user