comparison libpurple/protocols/silc/silc.c @ 21442:c54720e10706

kill another compile warning
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 12 Nov 2007 03:09:54 +0000
parents 73788974b883
children 665e04562de0
comparison
equal deleted inserted replaced
21435:af861f7aa8c5 21442:c54720e10706
423 silc_free(sg); 423 silc_free(sg);
424 gc->proto_data = NULL; 424 gc->proto_data = NULL;
425 return; 425 return;
426 } 426 }
427 427
428 silc_hash_alloc("sha1", &sg->sha1hash); 428 silc_hash_alloc((unsigned char *)"sha1", &sg->sha1hash);
429 429
430 /* Wrap socket to TCP stream */ 430 /* Wrap socket to TCP stream */
431 silc_socket_tcp_stream_create(source, TRUE, FALSE, 431 silc_socket_tcp_stream_create(source, TRUE, FALSE,
432 sg->client->schedule, 432 sg->client->schedule,
433 silcpurple_stream_created, gc); 433 silcpurple_stream_created, gc);