--- 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) {