summaryrefslogtreecommitdiff
path: root/mpi/mpi-internal.h
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2022-09-16 15:22:04 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2022-09-16 15:22:04 +0900
commit984d94fa9ffff69bd1bdb5d418889d2e6b2745e2 (patch)
treef1ebe6358bc4d3ab2e286e4e2efa0ee6338f83b0 /mpi/mpi-internal.h
parent3962623fe6de5c6d6604db90c8c0869fc3d3b7cf (diff)
downloadlibgcrypt-984d94fa9ffff69bd1bdb5d418889d2e6b2745e2.tar.gz
Minor clean up.
* mpi/mpi-internal.h: Remove extra semicolon from the macro. * mpi/mpih-mul.c: Likewise. * src/cipher-proto.h: Remove duplication for enum pk_encoding. * mpi/mpi-pow.c (_gcry_mpi_powm): Initialize XSIZE. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'mpi/mpi-internal.h')
-rw-r--r--mpi/mpi-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi/mpi-internal.h b/mpi/mpi-internal.h
index 11fcbde4..3ef4a205 100644
--- a/mpi/mpi-internal.h
+++ b/mpi/mpi-internal.h
@@ -139,7 +139,7 @@ typedef int mpi_size_t; /* (must be a signed type) */
mul_n_basecase (prodp, up, vp, size); \
else \
mul_n (prodp, up, vp, size, tspace); \
- } while (0);
+ } while (0)
/* Divide the two-limb number in (NH,,NL) by D, with DI being the largest