From 579e7998b7c33962c645b9476949aa58c76be876 Mon Sep 17 00:00:00 2001 From: dubslow Date: Fri, 12 Sep 2014 21:15:05 -0500 Subject: encrypted save fully work with both libsodium and nacl they both reliably pass "make check" --- .../crypto_pwhash_scryptsalsa208sha256.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toxencryptsave/crypto_pwhash_scryptsalsa208sha256/crypto_pwhash_scryptsalsa208sha256.h') diff --git a/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/crypto_pwhash_scryptsalsa208sha256.h b/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/crypto_pwhash_scryptsalsa208sha256.h index e10a81d8..5cb32f8d 100644 --- a/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/crypto_pwhash_scryptsalsa208sha256.h +++ b/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/crypto_pwhash_scryptsalsa208sha256.h @@ -1,3 +1,6 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #ifdef VANILLA_NACL /* toxcore only uses this when libsodium is unavailable */ #ifndef crypto_pwhash_scryptsalsa208sha256_H -- cgit v1.2.3