mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Patch glorytun-udp for armv7
This commit is contained in:
parent
9d3249cfa6
commit
a6ba5e7910
1 changed files with 11 additions and 0 deletions
11
glorytun-udp/patches/aegis-arm.patch
Normal file
11
glorytun-udp/patches/aegis-arm.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/mud/aegis256/aegis256.c 2019-11-06 21:17:20.945036771 +0100
|
||||
+++ b/mud/aegis256/aegis256.c 2019-11-06 21:21:18.728943139 +0100
|
||||
@@ -43,7 +43,7 @@
|
||||
#ifndef __ARM_FEATURE_CRYPTO
|
||||
#define __ARM_FEATURE_CRYPTO 1
|
||||
#endif
|
||||
-#else
|
||||
+#elifdef __ARM_FEATURE_CRYPTO
|
||||
#pragma GCC target("+crypto")
|
||||
#endif
|
||||
|
Loading…
Reference in a new issue