summaryrefslogtreecommitdiff
path: root/scrypt.config
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 /scrypt.config
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
Diffstat (limited to 'scrypt.config')
-rw-r--r--scrypt.config5
1 files changed, 0 insertions, 5 deletions
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 \
"