diff options
author | Werner Koch <[email protected]> | 1999-07-02 09:50:57 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-07-02 09:50:57 +0000 |
commit | 86abac78a20dfe49aea28058956a3fe8b6ced9ee (patch) | |
tree | e7a2d82e7c2c6a66b493b7427e28df04cebd00fd /mpi/mpi-mul.c | |
parent | See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch (diff) | |
download | gnupg-86abac78a20dfe49aea28058956a3fe8b6ced9ee.tar.gz gnupg-86abac78a20dfe49aea28058956a3fe8b6ced9ee.zip |
See ChangeLog: Fri Jul 2 11:45:54 CEST 1999 Werner Koch
Diffstat (limited to 'mpi/mpi-mul.c')
-rw-r--r-- | mpi/mpi-mul.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mpi/mpi-mul.c b/mpi/mpi-mul.c index f83824926..df8eb2586 100644 --- a/mpi/mpi-mul.c +++ b/mpi/mpi-mul.c @@ -189,7 +189,6 @@ mpi_mul( MPI w, MPI u, MPI v) } - void mpi_mulm( MPI w, MPI u, MPI v, MPI m) { |