aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dropbear/patches/010-backport-disable-toom-and-karatsuba.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/dropbear/patches/010-backport-disable-toom-and-karatsuba.patch')
-rw-r--r--package/network/services/dropbear/patches/010-backport-disable-toom-and-karatsuba.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/network/services/dropbear/patches/010-backport-disable-toom-and-karatsuba.patch b/package/network/services/dropbear/patches/010-backport-disable-toom-and-karatsuba.patch
new file mode 100644
index 0000000000..9af291eb01
--- /dev/null
+++ b/package/network/services/dropbear/patches/010-backport-disable-toom-and-karatsuba.patch
@@ -0,0 +1,17 @@
+From: Matt Johnston <matt@ucc.asn.au>
+Date: Thu, 18 Jun 2020 19:12:07 +0800
+Subject: Disable toom and karatsuba for new libtommath
+
+--- a/libtommath/tommath_class.h
++++ b/libtommath/tommath_class.h
+@@ -1312,6 +1312,10 @@
+ #undef BN_MP_KARATSUBA_SQR_C
+ #undef BN_MP_TOOM_MUL_C
+ #undef BN_MP_TOOM_SQR_C
++#undef BN_S_MP_KARATSUBA_MUL_C
++#undef BN_S_MP_KARATSUBA_SQR_C
++#undef BN_S_MP_TOOM_MUL_C
++#undef BN_S_MP_TOOM_SQR_C
+
+ #include "dbmalloc.h"
+ #define MP_MALLOC m_malloc