summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/openssl/openssl/patches/neon_runtime.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/openssl/openssl/patches/neon_runtime.patch')
-rw-r--r--chromium/third_party/openssl/openssl/patches/neon_runtime.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/openssl/openssl/patches/neon_runtime.patch b/chromium/third_party/openssl/openssl/patches/neon_runtime.patch
index 90f716ae83d..7c6218cfbfb 100644
--- a/chromium/third_party/openssl/openssl/patches/neon_runtime.patch
+++ b/chromium/third_party/openssl/openssl/patches/neon_runtime.patch
@@ -982,7 +982,7 @@ index 7bef015..3b6ab1d 100644
+ global_arm_neon_enabled = on != 0;
+ }
+
-+int CRYPTO_is_NEON_capable()
++int CRYPTO_is_NEON_capable(void)
+ {
+ return global_arm_neon_enabled;
+ }
@@ -1005,7 +1005,7 @@ index e11ac73..db339c3 100644
+
+/* CRYPTO_is_NEON_capable returns the last value given to
+ * CRYPTO_set_NEON_capable, or else zero if it has never been called. */
-+int CRYPTO_is_NEON_capable();
++int CRYPTO_is_NEON_capable(void);
+
int CRYPTO_num_locks(void); /* return CRYPTO_NUM_LOCKS (shared libs!) */
void CRYPTO_lock(int mode, int type,const char *file,int line);