summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Kendrick (fatigue) <rjek@rjek.com>2013-07-30 13:48:13 +0100
committerRob Kendrick (fatigue) <rjek@rjek.com>2013-07-30 13:48:13 +0100
commit6834bf049f5e8736a4559c77769ab4f97ff96bfd (patch)
treeea699aa897ba25d2bca06f5d278b55676ebec80b
parent4e7c214485872d799684f39f1871733338761ad3 (diff)
downloadlua-scrypt-6834bf049f5e8736a4559c77769ab4f97ff96bfd.tar.gz
Remove mention of scrypt_platform.h from scryptenc library
-rw-r--r--lib/scryptenc/scryptenc.c1
-rw-r--r--lib/scryptenc/scryptenc_cpuperf.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/scryptenc/scryptenc.c b/lib/scryptenc/scryptenc.c
index 3b7fd0f..cf091bf 100644
--- a/lib/scryptenc/scryptenc.c
+++ b/lib/scryptenc/scryptenc.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 <errno.h>
#include <fcntl.h>
diff --git a/lib/scryptenc/scryptenc_cpuperf.c b/lib/scryptenc/scryptenc_cpuperf.c
index aa2d503..27b7915 100644
--- a/lib/scryptenc/scryptenc_cpuperf.c
+++ b/lib/scryptenc/scryptenc_cpuperf.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/time.h>