The unified diff between revisions [33e4385b..] and [8f758678..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "tommath_class.h"
#  from [5d4522dbe7261964739fb0a80d5b83b283c7d622]
#    to [c9b6de2518e1024bfaf0e12215d11a085d7c545b]
#
============================================================
--- tommath_class.h	5d4522dbe7261964739fb0a80d5b83b283c7d622
+++ tommath_class.h	c9b6de2518e1024bfaf0e12215d11a085d7c545b
@@ -57,10 +57,8 @@
 #define BN_MP_INVMOD_SLOW_C
 #define BN_MP_IS_SQUARE_C
 #define BN_MP_JACOBI_C
-/* matt - dropbear doesn't need these
 #define BN_MP_KARATSUBA_MUL_C
 #define BN_MP_KARATSUBA_SQR_C
-*/
 #define BN_MP_LCM_C
 #define BN_MP_LSHD_C
 #define BN_MP_MOD_C
@@ -108,10 +106,8 @@
 #define BN_MP_SUBMOD_C
 #define BN_MP_TO_SIGNED_BIN_C
 #define BN_MP_TO_UNSIGNED_BIN_C
-/* matt - dropbear doesn't need these
 #define BN_MP_TOOM_MUL_C
 #define BN_MP_TOOM_SQR_C
-*/
 #define BN_MP_TORADIX_C
 #define BN_MP_TORADIX_N_C
 #define BN_MP_UNSIGNED_BIN_SIZE_C
@@ -953,3 +949,9 @@
 #else
 #define LTM_LAST
 #endif
+
+/* Dropbear doesn't need these. */
+#undef BN_MP_KARATSUBA_MUL_C
+#undef BN_MP_KARATSUBA_SQR_C
+#undef BN_MP_TOOM_MUL_C
+#undef BN_MP_TOOM_SQR_C