libpurple/protocols/mxit/cipher-mxit.h

Mon, 22 Aug 2016 03:38:13 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Mon, 22 Aug 2016 03:38:13 -0400
branch
meson
changeset 38445
0e98f0dee5bd
parent 35679
0c337fe8f655
permissions
-rw-r--r--

Add facebook to meson build.

28841
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
1 /*
35678
97cb9646c26f Mxit: get rid of internal AES implementation
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35677
diff changeset
2 * purple
28841
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
3 *
35678
97cb9646c26f Mxit: get rid of internal AES implementation
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35677
diff changeset
4 * Purple is the legal property of its developers, whose names are too numerous
97cb9646c26f Mxit: get rid of internal AES implementation
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35677
diff changeset
5 * to list here. Please refer to the COPYRIGHT file distributed with this
97cb9646c26f Mxit: get rid of internal AES implementation
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35677
diff changeset
6 * source distribution.
28841
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
7 *
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
8 * This program is free software; you can redistribute it and/or modify
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
9 * it under the terms of the GNU General Public License as published by
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
10 * the Free Software Foundation; either version 2 of the License, or
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
11 * (at your option) any later version.
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
12 *
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
13 * This program is distributed in the hope that it will be useful,
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
16 * GNU General Public License for more details.
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
17 *
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
18 * You should have received a copy of the GNU General Public License
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
19 * along with this program; if not, write to the Free Software
35678
97cb9646c26f Mxit: get rid of internal AES implementation
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35677
diff changeset
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
28841
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
21 */
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
22
35678
97cb9646c26f Mxit: get rid of internal AES implementation
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35677
diff changeset
23 #ifndef _MXIT_CIPHER_H_
97cb9646c26f Mxit: get rid of internal AES implementation
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35677
diff changeset
24 #define _MXIT_CIPHER_H_
28841
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
25
35678
97cb9646c26f Mxit: get rid of internal AES implementation
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35677
diff changeset
26 #include "mxit.h"
28841
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
27
35677
16b1b8711b89 Mxit: partially switch to libpurple's AES
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 33710
diff changeset
28 gchar *
16b1b8711b89 Mxit: partially switch to libpurple's AES
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 33710
diff changeset
29 mxit_encrypt_password(struct MXitSession* session);
28841
6b9568572bcb Initial addition of the MXit protocol plugin, provided by the MXit folks
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
diff changeset
30
35678
97cb9646c26f Mxit: get rid of internal AES implementation
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35677
diff changeset
31 #endif /* _MXIT_CIPHER_H_ */

mercurial