# HG changeset patch # User Jeffrey Connelly # Date 1180577823 0 # Node ID da7621e799b717241c345f95909cbc44c124c353 # Parent 496855295bd742801531c8607cc1cc63f2adc36e Enable usage of RC4 in libpurple, now that it is in 2.0.1. diff -r 496855295bd7 -r da7621e799b7 libpurple/protocols/myspace/myspace.h --- a/libpurple/protocols/myspace/myspace.h Wed May 23 04:18:05 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.h Thu May 31 02:17:03 2007 +0000 @@ -59,7 +59,8 @@ /* RC4 didn't make it into Libpurple 2.0.0's cipher suite, so we have * to use our own RC4 code (from Samba) by not defining this. */ -/*#define MSIM_USE_PURPLE_RC4 */ +/* RC4 is in Libpurple 2.0.1, so define this. */ +#define MSIM_USE_PURPLE_RC4 /* TODO: when RC4 makes it into libpurple, use the PURPLE_VERSION_CHECK * macro to conditionally compile. And then later, get rid of our own