2
0

Fix some remaining references to libscrypt.

This commit is contained in:
Maarten Billemont
2017-04-09 08:32:34 -04:00
parent 9ef265d9de
commit 9bf50569cc
2 changed files with 3 additions and 6 deletions

View File

@@ -30,7 +30,6 @@
#include <scrypt/crypto_scrypt.h>
#include <scrypt/sha256.h>
#elif HAS_SODIUM
#include <libscrypt.h>
#include <sodium.h>
#endif