summaryrefslogtreecommitdiff
path: root/mpz/Makefile.am
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-12-23 05:30:08 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-12-23 05:30:08 +0100
commit857b60452cc26bd4705a0a0ed5a99e5b7d32539a (patch)
tree664a8801c854b737df459c8dc725a3a3ae108441 /mpz/Makefile.am
parent09103509a876320e3e5b26bc0644a632a0326f6f (diff)
downloadgmp-857b60452cc26bd4705a0a0ed5a99e5b7d32539a.tar.gz
Add function mpz_powm_sec.
Diffstat (limited to 'mpz/Makefile.am')
-rw-r--r--mpz/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/Makefile.am b/mpz/Makefile.am
index 05d1a41c3..74c2c3444 100644
--- a/mpz/Makefile.am
+++ b/mpz/Makefile.am
@@ -45,7 +45,7 @@ libmpz_la_SOURCES = aors.h aors_ui.h fits_s.h mul_i.h \
lcm.c lcm_ui.c lucnum_ui.c lucnum2_ui.c millerrabin.c \
mod.c mul.c mul_2exp.c mul_si.c mul_ui.c n_pow_ui.c neg.c nextprime.c \
out_raw.c out_str.c perfpow.c perfsqr.c popcount.c pow_ui.c powm.c \
- powm_ui.c pprime_p.c random.c random2.c \
+ powm_sec.c powm_ui.c pprime_p.c random.c random2.c \
realloc.c realloc2.c remove.c root.c rootrem.c rrandomb.c \
scan0.c scan1.c set.c set_d.c set_f.c set_q.c set_si.c set_str.c \
set_ui.c setbit.c size.c sizeinbase.c sqrt.c sqrtrem.c sub.c sub_ui.c \