Merge "scrypt doesn't need <machine/cpu-features.h>." into android-8.1

This commit is contained in:
big biff
2018-05-13 16:57:33 +02:00
committed by Gerrit Code Review
2 changed files with 1 additions and 3 deletions
@@ -28,7 +28,6 @@
*/
#include "scrypt_platform.h"
#include <machine/cpu-features.h>
#include <arm_neon.h>
#include <errno.h>
+1 -2
View File
@@ -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 <machine/cpu-features.h>
+#include <arm_neon.h>
+
+#include <errno.h>