comparison libpurple/sslconn.c @ 19507:7086c311867a

merge of 'db94e3dde2f5edb422e7d7c1ec30474e2000997c' and 'f655557cb302f81ab02279d4c79a097d8028c5b7'
author William Ehlhardt <williamehlhardt@gmail.com>
date Tue, 28 Aug 2007 03:34:06 +0000
parents c3405700c2fe d5ecaf5bce93
children 44b4e8bd759b 1d2002a5735e
comparison
equal deleted inserted replaced
19506:c3405700c2fe 19507:7086c311867a
295 purple_ssl_init(void) 295 purple_ssl_init(void)
296 { 296 {
297 /* Although purple_ssl_is_supported will do the initialization on 297 /* Although purple_ssl_is_supported will do the initialization on
298 command, SSL plugins tend to register CertificateSchemes as well 298 command, SSL plugins tend to register CertificateSchemes as well
299 as providing SSL ops. */ 299 as providing SSL ops. */
300 if ( !ssl_init() ) { 300 if (!ssl_init()) {
301 purple_debug_error("sslconn", 301 purple_debug_error("sslconn", "Unable to initialize SSL.\n");
302 "SSL subsystem failed to init!\n");
303 } 302 }
304 } 303 }
305 304
306 void 305 void
307 purple_ssl_uninit(void) 306 purple_ssl_uninit(void)