T. Bharath's comments about SSL cleanup incorporated, and the two new

curl_global_* functions
This commit is contained in:
Daniel Stenberg
2001-05-28 14:12:43 +00:00
parent a9d0a85842
commit d300cf4d84
4 changed files with 64 additions and 7 deletions

View File

@@ -24,4 +24,8 @@
*****************************************************************************/
#include "urldata.h"
CURLcode Curl_SSLConnect(struct connectdata *conn);
/* Global SSL init */
void Curl_SSL_init(void);
/* Global SSL cleanup */
void Curl_SSL_cleanup(void);
#endif