summaryrefslogtreecommitdiff
path: root/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/pbkdf2-sha256.h
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/pbkdf2-sha256.h
parentc26c6d86aeb2a0dd672ff7611394ebbf806d70c7 (diff)
encrypted save fully work with both libsodium and nacl
they both reliably pass "make check"
Diffstat (limited to 'toxencryptsave/crypto_pwhash_scryptsalsa208sha256/pbkdf2-sha256.h')
-rw-r--r--toxencryptsave/crypto_pwhash_scryptsalsa208sha256/pbkdf2-sha256.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/pbkdf2-sha256.h b/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/pbkdf2-sha256.h
index 6e5f2832..b74bc6a3 100644
--- a/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/pbkdf2-sha256.h
+++ b/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/pbkdf2-sha256.h
@@ -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/*-