comparison libpurple/sslconn.c @ 17237:1c62deca5958

merge of 'a4ba04d007c334f8f7304c5d953d6ac8084e970e' and 'ce83ae29d2e56110fafafb1186ee792b98ba9499'
author Ethan Blanton <elb@pidgin.im>
date Thu, 24 May 2007 23:37:34 +0000
parents 3bccbafea8c1
children 988102692e39
comparison
equal deleted inserted replaced
17209:baaf2cf9339c 17237:1c62deca5958
244 } 244 }
245 245
246 void 246 void
247 purple_ssl_init(void) 247 purple_ssl_init(void)
248 { 248 {
249 /* This doesn't do anything at the moment. All the actual init work
250 * is handled by purple_ssl_is_supported upon demand. */
249 } 251 }
250 252
251 void 253 void
252 purple_ssl_uninit(void) 254 purple_ssl_uninit(void)
253 { 255 {