summaryrefslogtreecommitdiff
path: root/src
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 /src
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 'src')
-rw-r--r--src/cipher-proto.h3
1 files changed, 0 insertions, 3 deletions
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",