libpurple/ciphers/rc4.c

branch
cipher_breakout
changeset 31429
e88f769a8e05
parent 31428
f392265bbe2d
child 31434
d9b76cfd8500
--- a/libpurple/ciphers/rc4.c	Mon Feb 14 06:54:12 2011 +0000
+++ b/libpurple/ciphers/rc4.c	Mon Feb 14 07:38:41 2011 +0000
@@ -103,7 +103,7 @@
 	}
 }
 
-	static size_t
+static size_t
 rc4_get_key_size (PurpleCipherContext *context)
 {
 	struct RC4Context *ctx;
@@ -132,7 +132,7 @@
 
 static gint
 rc4_encrypt(PurpleCipherContext *context, const guchar data[],
-		size_t len, guchar output[], size_t *outlen) {
+            size_t len, guchar output[], size_t *outlen) {
 	struct RC4Context *ctx;
 	guchar temp_swap;
 	guchar x, y, z;

mercurial