1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00
openmptcprouter-feeds/glorytun-udp/patches/aegis-arm.patch

12 lines
299 B
Diff
Raw Permalink Normal View History

2019-11-06 21:25:11 +00:00
--- 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