From cca9bc0e2b42c7351bf7fa4e37d8df1940393972 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 17 May 2016 12:52:12 -0700 Subject: scrypt doesn't need . Bug: http://b/18556103 Change-Id: Ibccef334b4d1a2e68e327fc8b73e62e62d13df32 --- lib/crypto/crypto_scrypt-neon.c | 1 - patches/arm-neon.patch | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/crypto/crypto_scrypt-neon.c b/lib/crypto/crypto_scrypt-neon.c index a3bf052..d05ee1b 100644 --- a/lib/crypto/crypto_scrypt-neon.c +++ b/lib/crypto/crypto_scrypt-neon.c @@ -28,7 +28,6 @@ */ #include "scrypt_platform.h" -#include #include #include diff --git a/patches/arm-neon.patch b/patches/arm-neon.patch index 7197f99..02ff357 100644 --- a/patches/arm-neon.patch +++ b/patches/arm-neon.patch @@ -129,7 +129,7 @@ new file mode 100644 index 0000000..a3bf052 --- /dev/null +++ b/lib/crypto/crypto_scrypt-neon.c -@@ -0,0 +1,305 @@ +@@ -0,0 +1,304 @@ +/*- + * Copyright 2009 Colin Percival + * All rights reserved. @@ -160,7 +160,6 @@ index 0000000..a3bf052 + */ +#include "scrypt_platform.h" + -+#include +#include + +#include -- cgit v1.2.3