summaryrefslogtreecommitdiff
path: root/toxencryptsave/Makefile.inc
diff options
context:
space:
mode:
authordubslow <bill@mint>2014-09-12 21:15:05 -0500
committerdubslow <bill@mint>2014-09-12 21:15:05 -0500
commit579e7998b7c33962c645b9476949aa58c76be876 (patch)
tree92682d3c73e828b48a3b33d81c478a581053b0a8 /toxencryptsave/Makefile.inc
parentc26c6d86aeb2a0dd672ff7611394ebbf806d70c7 (diff)
encrypted save fully work with both libsodium and nacl
they both reliably pass "make check"
Diffstat (limited to 'toxencryptsave/Makefile.inc')
-rw-r--r--toxencryptsave/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/toxencryptsave/Makefile.inc b/toxencryptsave/Makefile.inc
index 1155e954..b4f06c90 100644
--- a/toxencryptsave/Makefile.inc
+++ b/toxencryptsave/Makefile.inc
@@ -20,6 +20,10 @@ libtoxencryptsave_la_SOURCES = ../toxencryptsave/crypto_pwhash_scryptsalsa208sha
20 ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/utils.h \ 20 ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/utils.h \
21 ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c \ 21 ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c \
22 ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c \ 22 ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c \
23 ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/hmac_hmacsha256.c \
24 ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/crypto_auth_hmacsha256.h \
25 ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/crypto_hash_sha256.h \
26 ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/hash_sha256.c \
23 ../toxencryptsave/toxencryptsave.h \ 27 ../toxencryptsave/toxencryptsave.h \
24 ../toxencryptsave/toxencryptsave.c 28 ../toxencryptsave/toxencryptsave.c
25 29