Mercurial > pidgin.yaz
changeset 16403:10d2958bd632
Completely remove old RC4 code
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Wed, 25 Apr 2007 04:12:40 +0000 |
parents | 37f80fc83e39 |
children | 48dbaace4e13 |
files | libpurple/protocols/myspace/Makefile.am libpurple/protocols/myspace/myspace.c |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/Makefile.am Wed Apr 25 03:54:22 2007 +0000 +++ b/libpurple/protocols/myspace/Makefile.am Wed Apr 25 04:12:40 2007 +0000 @@ -2,7 +2,7 @@ pkgdir = $(libdir)/libpurple -SOURCES = crypt-rc4.c myspace.c +SOURCES = myspace.c AM_CFLAGS = $(st)
--- a/libpurple/protocols/myspace/myspace.c Wed Apr 25 03:54:22 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.c Wed Apr 25 04:12:40 2007 +0000 @@ -329,7 +329,6 @@ memcpy(data + NONCE_HALF_SIZE + strlen(email), /* IP addresses of network interfaces */ "\x00\x00\x00\x00\x05\x7f\x00\x00\x01\x00\x00\x00\x00\x0a\x00\x00\x40\xc0\xa8\x58\x01\xc0\xa8\x3c\x01", 25); -// crypt_rc4(&rc4, data, data_len); data_out = g_new0(guchar, data_len); purple_cipher_context_encrypt(rc4, (const guchar*)data,