libpurple/protocols/jabber/auth_scram.h

branch
soc.2013.gobjectification
changeset 35026
fde23518e1e5
parent 34567
ea5103f66b0e
child 38306
3751be7f48c3
equal deleted inserted replaced
35025:f81fb89ff704 35026:fde23518e1e5
27 /* 27 /*
28 * Every function in this file is ONLY exposed for tests. 28 * Every function in this file is ONLY exposed for tests.
29 * DO NOT USE ANYTHING HERE OR YOU WILL BE SENT TO THE PIT OF DESPAIR. 29 * DO NOT USE ANYTHING HERE OR YOU WILL BE SENT TO THE PIT OF DESPAIR.
30 */ 30 */
31 31
32 #include "hash.h" 32 #include "cipher.h"
33 33
34 /* Per-connection state stored between messages. 34 /* Per-connection state stored between messages.
35 * This is stored in js->auth_data_mech. 35 * This is stored in js->auth_data_mech.
36 */ 36 */
37 typedef struct { 37 typedef struct {

mercurial