mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-07 20:10:04 +00:00
12 lines
262 B
Diff
12 lines
262 B
Diff
--- a/src/algo/sha2.c
|
|
+++ b/src/algo/sha2.c
|
|
@@ -12,7 +12,7 @@
|
|
#include <inttypes.h>
|
|
#include "algo/extra.h"
|
|
|
|
-#if defined(__arm__) && defined(__APCS_32__)
|
|
+#if defined(__arm__) && defined(__APCS_32__) && !defined(__ANDROID__)
|
|
#define EXTERN_SHA256
|
|
#endif
|
|
|