summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/crypto/crypto_scrypt-ref.c1
-rw-r--r--patches/bionic.patch12
-rw-r--r--scrypt.config5
3 files changed, 0 insertions, 18 deletions
diff --git a/lib/crypto/crypto_scrypt-ref.c b/lib/crypto/crypto_scrypt-ref.c
index 60ef2aa..abe23ea 100644
--- a/lib/crypto/crypto_scrypt-ref.c
+++ b/lib/crypto/crypto_scrypt-ref.c
@@ -30,7 +30,6 @@
#include <errno.h>
#include <stdint.h>
-#include <limits.h>
#include <stdlib.h>
#include <string.h>
diff --git a/patches/bionic.patch b/patches/bionic.patch
deleted file mode 100644
index 4564ca0..0000000
--- a/patches/bionic.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/lib/crypto/crypto_scrypt-ref.c b/lib/crypto/crypto_scrypt-ref.c
-index b47ca45..79a6f8f 100644
---- a/lib/crypto/crypto_scrypt-ref.c
-+++ b/lib/crypto/crypto_scrypt-ref.c
-@@ -30,6 +30,7 @@
-
- #include <errno.h>
- #include <stdint.h>
-+#include <limits.h>
- #include <stdlib.h>
- #include <string.h>
-
diff --git a/scrypt.config b/scrypt.config
index f868cdf..3d3ec90 100644
--- a/scrypt.config
+++ b/scrypt.config
@@ -72,14 +72,9 @@ lib/crypto/crypto_scrypt-ref.c \
"
SCRYPT_PATCHES="\
-bionic.patch \
use_openssl_pbkdf2.patch \
"
-SCRYPT_PATCHES_bionic_SOURCES="\
-lib/crypto/crypto_scrypt-ref.c \
-"
-
SCRYPT_PATCHES_use_openssl_pbkdf2_SOURCES="\
lib/crypto/crypto_scrypt-ref.c \
"