summaryrefslogtreecommitdiff
path: root/toxencryptsave/Makefile.inc
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-09-13 23:08:16 -0400
committerirungentoo <irungentoo@gmail.com>2014-09-13 23:08:16 -0400
commit331efce602661e002c33199baa75ee767bbd802f (patch)
treea0ce044ac1c5ac643b367d23288453715031fe16 /toxencryptsave/Makefile.inc
parentcbb526e83fcb0a1dd73228c8765ef29491caff2a (diff)
Properly ported a toxencryptsave function to NaCl.
removed now useless files.
Diffstat (limited to 'toxencryptsave/Makefile.inc')
-rw-r--r--toxencryptsave/Makefile.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/toxencryptsave/Makefile.inc b/toxencryptsave/Makefile.inc
index b4f06c90..1155e954 100644
--- a/toxencryptsave/Makefile.inc
+++ b/toxencryptsave/Makefile.inc
@@ -20,10 +20,6 @@ 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 \
27 ../toxencryptsave/toxencryptsave.h \ 23 ../toxencryptsave/toxencryptsave.h \
28 ../toxencryptsave/toxencryptsave.c 24 ../toxencryptsave/toxencryptsave.c
29 25