summaryrefslogtreecommitdiff
path: root/toxencryptsave/toxencryptsave.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxencryptsave/toxencryptsave.c')
-rw-r--r--toxencryptsave/toxencryptsave.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/toxencryptsave/toxencryptsave.c b/toxencryptsave/toxencryptsave.c
index f6fc7f9e..0a206638 100644
--- a/toxencryptsave/toxencryptsave.c
+++ b/toxencryptsave/toxencryptsave.c
@@ -22,6 +22,12 @@
22 */ 22 */
23 23
24#include "toxencryptsave.h" 24#include "toxencryptsave.h"
25#include "../toxcore/crypto_core.h"
26
27#ifdef VANILLA_NACL
28#include "crypto_pwhash_scryptsalsa208sha256/crypto_pwhash_scryptsalsa208sha256.h"
29#include "crypto_pwhash_scryptsalsa208sha256/utils.h" /* sodium_memzero */
30#endif
25 31
26/* This "module" provides functions analogous to tox_load and tox_save in toxcore 32/* This "module" provides functions analogous to tox_load and tox_save in toxcore
27 * Clients should consider alerting their users that, unlike plain data, if even one bit 33 * Clients should consider alerting their users that, unlike plain data, if even one bit