comparison libpurple/sslconn.c @ 17977:f71bd7e56389

propagate from branch 'im.pidgin.pidgin' (head b438ea0760758dc547f95d62892455f50ee4c4f1) to branch 'im.pidgin.soc.2007.remotelogging' (head 7e683fd40634aa3eb22dcf25cbd25c8959d76662)
author Michael Shkutkov <mshkutkov@soc.pidgin.im>
date Sat, 09 Jun 2007 12:01:29 +0000
parents 3bccbafea8c1
children 988102692e39
comparison
equal deleted inserted replaced
16392:9da82444eee3 17977:f71bd7e56389
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 {