From 984d94fa9ffff69bd1bdb5d418889d2e6b2745e2 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 16 Sep 2022 15:22:04 +0900 Subject: 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 --- src/cipher-proto.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/cipher-proto.h b/src/cipher-proto.h index 36729165..3cf6f74c 100644 --- a/src/cipher-proto.h +++ b/src/cipher-proto.h @@ -24,9 +24,6 @@ #define G10_CIPHER_PROTO_H -enum pk_encoding; - - /* Definition of a function used to report selftest failures. DOMAIN is a string describing the function block: "cipher", "digest", "pubkey or "random", -- cgit v1.2.1