Skip to content

Commit ae82705

Browse files
committed
helper.pl had to be run again for some reason
1 parent 2c6702d commit ae82705

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

tommath.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ EXPORTS
140140
mp_to_signed_bin_n
141141
mp_to_unsigned_bin
142142
mp_to_unsigned_bin_n
143+
mp_todecimal_fast
143144
mp_toradix
144145
mp_toradix_n
145146
mp_unsigned_bin_size

tommath_class.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,16 +1072,12 @@
10721072
#endif
10731073

10741074
#if defined(BN_MP_TODECIMAL_FAST_C)
1075-
# define BN_MP_2EXPT_C
10761075
# define BN_MP_ADD_C
10771076
# define BN_MP_ADD_D_C
1078-
# define BN_MP_BARRETT_TODECIMAL_C
1079-
# define BN_MP_BARRETT_TODECIMAL_REC_C
1077+
# define BN_MP_CLEAR_MULTI_C
10801078
# define BN_MP_CMP_C
10811079
# define BN_MP_DIV_2D_C
1082-
# define BN_MP_GET_INT_C
1083-
# define BN_MP_GET_LONG_C
1084-
# define BN_MP_INIT_C
1080+
# define BN_MP_GET_I32_C
10851081
# define BN_MP_INIT_COPY_C
10861082
# define BN_MP_INIT_MULTI_C
10871083
# define BN_MP_INIT_SET_C
@@ -1091,6 +1087,7 @@
10911087
# define BN_MP_SQR_C
10921088
# define BN_MP_SUB_C
10931089
# define BN_MP_SUB_D_C
1090+
# define BN_MP_TODECIMAL_FAST_REC_C
10941091
#endif
10951092

10961093
#if defined(BN_MP_TORADIX_C)

0 commit comments

Comments
 (0)