Re-generate callgraph and tommath_class.h
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
diff --git a/callgraph.txt b/callgraph.txt
index 2f405b9..d0d6c5f 100644
--- a/callgraph.txt
+++ b/callgraph.txt
@@ -1,9 +1,6 @@
BNCORE_C
-BN_ERROR_C
-
-
BN_FAST_MP_INVMOD_C
+--->BN_MP_INIT_MULTI_C
| +--->BN_MP_INIT_C
@@ -474,6 +471,9 @@ BN_MP_DR_REDUCE_C
BN_MP_DR_SETUP_C
+BN_MP_ERROR_TO_STRING_C
+
+
BN_MP_EXCH_C
diff --git a/tommath_class.h b/tommath_class.h
index a0bce2c..b858f23 100644
--- a/tommath_class.h
+++ b/tommath_class.h
@@ -10,7 +10,6 @@
#endif
#define LTM1
#if defined(LTM_ALL)
-# define BN_ERROR_C
# define BN_FAST_MP_INVMOD_C
# define BN_FAST_MP_MONTGOMERY_REDUCE_C
# define BN_FAST_S_MP_MUL_DIGS_C
@@ -42,6 +41,7 @@
# define BN_MP_DR_IS_MODULUS_C
# define BN_MP_DR_REDUCE_C
# define BN_MP_DR_SETUP_C
+# define BN_MP_ERROR_TO_STRING_C
# define BN_MP_EXCH_C
# define BN_MP_EXPORT_C
# define BN_MP_EXPT_D_C
@@ -156,10 +156,6 @@
# define BN_S_MP_SUB_C
# define BNCORE_C
#endif
-#if defined(BN_ERROR_C)
-# define BN_MP_ERROR_TO_STRING_C
-#endif
-
#if defined(BN_FAST_MP_INVMOD_C)
# define BN_MP_INIT_MULTI_C
# define BN_MP_COPY_C
@@ -354,6 +350,9 @@
#if defined(BN_MP_DR_SETUP_C)
#endif
+#if defined(BN_MP_ERROR_TO_STRING_C)
+#endif
+
#if defined(BN_MP_EXCH_C)
#endif