From a6ba5e7910c322d4da4a0295f0d3cb65ad85fc7b Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 6 Nov 2019 22:25:11 +0100 Subject: [PATCH] Patch glorytun-udp for armv7 --- glorytun-udp/patches/aegis-arm.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 glorytun-udp/patches/aegis-arm.patch diff --git a/glorytun-udp/patches/aegis-arm.patch b/glorytun-udp/patches/aegis-arm.patch new file mode 100644 index 000000000..82ce5840e --- /dev/null +++ b/glorytun-udp/patches/aegis-arm.patch @@ -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 +