Mercurial > pidgin
changeset 16737:da7621e799b7
Enable usage of RC4 in libpurple, now that it is in 2.0.1.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Thu, 31 May 2007 02:17:03 +0000 |
parents | 496855295bd7 |
children | 0fa4a3e9b318 0409947da92f |
files | libpurple/protocols/myspace/myspace.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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