From 6834bf049f5e8736a4559c77769ab4f97ff96bfd Mon Sep 17 00:00:00 2001 From: "Rob Kendrick (fatigue)" Date: Tue, 30 Jul 2013 13:48:13 +0100 Subject: Remove mention of scrypt_platform.h from scryptenc library --- lib/scryptenc/scryptenc.c | 1 - lib/scryptenc/scryptenc_cpuperf.c | 1 - 2 files changed, 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 #include 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 -- cgit v1.2.1