summaryrefslogtreecommitdiff
path: root/toxencryptsave/toxencryptsave.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2016-01-30 17:23:15 -0500
committerirungentoo <irungentoo@gmail.com>2016-01-30 17:23:15 -0500
commitdfe5d9b25622b91f22b66b93bb0ab4db32195d11 (patch)
tree9625fd607b35691e51ae08d04c2f10f3711c1b87 /toxencryptsave/toxencryptsave.c
parentccfa6c6a4fcd80171e9f64bb04205d3939ed8ffd (diff)
Fixes.
Fixed bug from merged PR. Don't build useless files when building with libsodium.
Diffstat (limited to 'toxencryptsave/toxencryptsave.c')
-rw-r--r--toxencryptsave/toxencryptsave.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toxencryptsave/toxencryptsave.c b/toxencryptsave/toxencryptsave.c
index e6150ce2..5c40f639 100644
--- a/toxencryptsave/toxencryptsave.c
+++ b/toxencryptsave/toxencryptsave.c
@@ -32,7 +32,6 @@
32 32
33#ifdef VANILLA_NACL 33#ifdef VANILLA_NACL
34#include "crypto_pwhash_scryptsalsa208sha256/crypto_pwhash_scryptsalsa208sha256.h" 34#include "crypto_pwhash_scryptsalsa208sha256/crypto_pwhash_scryptsalsa208sha256.h"
35#include "crypto_pwhash_scryptsalsa208sha256/utils.h" /* sodium_memzero */
36#include <crypto_hash_sha256.h> 35#include <crypto_hash_sha256.h>
37#endif 36#endif
38 37