summaryrefslogtreecommitdiff
path: root/lib/crypto/crypto_scrypt-nosse.c
diff options
context:
space:
mode:
authorRob Kendrick (fatigue) <rjek@rjek.com>2013-07-30 13:22:12 +0100
committerRob Kendrick (fatigue) <rjek@rjek.com>2013-07-30 13:22:12 +0100
commitd07c68a5972dac78cda2041fb66b51c2e1611076 (patch)
tree6b2f358e4e9061dd0dca1ca967ec44c4832e9bcc /lib/crypto/crypto_scrypt-nosse.c
parentd1dd923d50995a472f41f1a958f7665598fd8941 (diff)
downloadlua-scrypt-git-d07c68a5972dac78cda2041fb66b51c2e1611076.tar.gz
Remove mention of scrypt_platform.h from crypto library
Diffstat (limited to 'lib/crypto/crypto_scrypt-nosse.c')
-rw-r--r--lib/crypto/crypto_scrypt-nosse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/crypto/crypto_scrypt-nosse.c b/lib/crypto/crypto_scrypt-nosse.c
index cad4d0e..9389029 100644
--- a/lib/crypto/crypto_scrypt-nosse.c
+++ b/lib/crypto/crypto_scrypt-nosse.c
@@ -26,7 +26,6 @@
* This file was originally written by Colin Percival as part of the Tarsnap
* online backup system.
*/
-#include "scrypt_platform.h"
#include <sys/types.h>
#include <sys/mman.h>