aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/mpi.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index b461ce3b2..235da89a4 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-29 Werner Koch <[email protected]>
+
+ * mpi.h: s/exp/exponent/ to shutup a compiler warning.
+
2004-01-13 David Shaw <[email protected]>
* util.h: Add prototype for print_string2().
diff --git a/include/mpi.h b/include/mpi.h
index 3198584a2..da2cabd79 100644
--- a/include/mpi.h
+++ b/include/mpi.h
@@ -166,7 +166,7 @@ int mpi_gcd( MPI g, MPI a, MPI b );
/*-- mpi-pow.c --*/
void mpi_pow( MPI w, MPI u, MPI v);
-void mpi_powm( MPI res, MPI base, MPI exp, MPI mod);
+void mpi_powm( MPI res, MPI base, MPI exponent, MPI mod);
/*-- mpi-mpow.c --*/
void mpi_mulpowm( MPI res, MPI *basearray, MPI *exparray, MPI mod);