From 5ae562b41d9e3ec965643b902bf8593c8ca5a2d7 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 29 Jul 1998 19:35:05 +0000 Subject: edit-key is now complete --- mpi/g10m.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpi/g10m.c') diff --git a/mpi/g10m.c b/mpi/g10m.c index 6cad79587..28feaf08c 100644 --- a/mpi/g10m.c +++ b/mpi/g10m.c @@ -49,7 +49,7 @@ g10m_release( MPI a ) void g10m_resize( MPI a, unsigned nbits ) { - return mpi_resize( a, (nbits+BITS_PER_MPI_LIMB-1) / BITS_PER_MPI_LIMB ); + mpi_resize( a, (nbits+BITS_PER_MPI_LIMB-1) / BITS_PER_MPI_LIMB ); } MPI g10m_copy( MPI a ) { return mpi_copy( a ); } -- cgit v1.2.3