summaryrefslogtreecommitdiff
path: root/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/nosse
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/crypto_pwhash_scryptsalsa208sha256/nosse
parentc26c6d86aeb2a0dd672ff7611394ebbf806d70c7 (diff)
encrypted save fully work with both libsodium and nacl
they both reliably pass "make check"
Diffstat (limited to 'toxencryptsave/crypto_pwhash_scryptsalsa208sha256/nosse')
-rw-r--r--toxencryptsave/crypto_pwhash_scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c b/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
index 0dc896f1..97d9ba68 100644
--- a/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
+++ b/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
@@ -1,3 +1,6 @@
1#ifdef HAVE_CONFIG_H
2#include "config.h"
3#endif
1#ifdef VANILLA_NACL /* toxcore only uses this when libsodium is unavailable */ 4#ifdef VANILLA_NACL /* toxcore only uses this when libsodium is unavailable */
2 5
3/*- 6/*-