mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-23 15:07:03 +01:00
Renamed prototype parameter name to avoid gcc warnings.
This commit is contained in:
parent
e0e5aa214a
commit
6b3a008e46
@ -1,3 +1,7 @@
|
|||||||
|
2004-04-27 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* mpi.h: Renamed prototype parameter name to avoid gcc warnings.
|
||||||
|
|
||||||
2004-03-04 David Shaw <dshaw@jabberwocky.com>
|
2004-03-04 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* iobuf.h: Remove iobuf_set_block_mode() and
|
* iobuf.h: Remove iobuf_set_block_mode() and
|
||||||
|
@ -166,7 +166,7 @@ int mpi_gcd( MPI g, MPI a, MPI b );
|
|||||||
|
|
||||||
/*-- mpi-pow.c --*/
|
/*-- mpi-pow.c --*/
|
||||||
void mpi_pow( MPI w, MPI u, MPI v);
|
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 --*/
|
/*-- mpi-mpow.c --*/
|
||||||
void mpi_mulpowm( MPI res, MPI *basearray, MPI *exparray, MPI mod);
|
void mpi_mulpowm( MPI res, MPI *basearray, MPI *exparray, MPI mod);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user