aboutsummaryrefslogtreecommitdiffstats
path: root/include/mpi.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-04-27 08:24:37 +0000
committerWerner Koch <[email protected]>2004-04-27 08:24:37 +0000
commit6b3a008e46fe5c71cbabc639c6568082c33696c9 (patch)
tree3e93881138cbc4ed8d7bcd72815d1ca1a9f98ae7 /include/mpi.h
parent* DETAILS (NEWSIG): Documented. (diff)
downloadgnupg-6b3a008e46fe5c71cbabc639c6568082c33696c9.tar.gz
gnupg-6b3a008e46fe5c71cbabc639c6568082c33696c9.zip
Renamed prototype parameter name to avoid gcc warnings.
Diffstat (limited to '')
-rw-r--r--include/mpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mpi.h b/include/mpi.h
index 34c0b0223..00313b22d 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);