libpurple/ciphers/aescipher.c

branch
soc.2013.gobjectification
changeset 34758
ab32f9d42bcd
parent 34248
28750ae09061
parent 34644
368d270dc0c3
child 34759
545149898f9a
--- a/libpurple/ciphers/aescipher.c	Fri Jul 12 14:59:25 2013 +0530
+++ b/libpurple/ciphers/aescipher.c	Sat Jul 13 02:30:09 2013 +0530
@@ -233,7 +233,7 @@
 	if (handle == NULL)
 		return FALSE;
 
-	ret = gnutls_cipher_encrypt2(handle, (guchar *) input, len, output, len);
+	ret = gnutls_cipher_encrypt2(handle, (guchar *)input, len, output, len);
 	gnutls_cipher_deinit(handle);
 
 	if (ret != 0) {

mercurial