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