summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2013-06-13 17:12:55 -0700
committerKenny Root <kroot@google.com>2013-06-13 17:14:16 -0700
commit3d96a573de0aa3dd59e14eea09164ce9f351405d (patch)
treedae6381d2d1095755d42ecdc96bdf744cd635199
parentaa47e52c0987e27a88f19e82249a056199267df4 (diff)
downloadscrypt-3d96a573de0aa3dd59e14eea09164ce9f351405d.tar.gz
Remove patch for bionic
bionic did not have SIZE_MAX in stdint.h but this was fixed by bionic commit 7c89506e3af3ee97691a98329f0d7b5edef49218 so we no longer need this patch. Change-Id: I49006dafac6c09742004d2cf10bcf76b8ac2bcb5
-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 \
"