* mpi/mpi-internal.h (mpi_ptr_t): Remove, as it moved to mpi.h. (mpi_size_t): Likewise.
-- Fixes-commit: 88ae76d069c331ad947ecab8419df9a00f979b0e GnuPG-bug-id: 7775 Signed-off-by: NIIBE Yutaka <gni...@fsij.org> --- mpi/mpi-internal.h | 3 --- 1 file changed, 3 deletions(-)
diff --git a/mpi/mpi-internal.h b/mpi/mpi-internal.h index cdbd00a9..f18170fe 100644 --- a/mpi/mpi-internal.h +++ b/mpi/mpi-internal.h @@ -69,9 +69,6 @@ #endif -typedef mpi_limb_t *mpi_ptr_t; /* pointer to a limb */ -typedef int mpi_size_t; /* (must be a signed type) */ - #define ABS(x) (x >= 0 ? x : -x) #define MIN(l,o) ((l) < (o) ? (l) : (o)) #define MAX(h,i) ((h) > (i) ? (h) : (i))
_______________________________________________ Gcrypt-devel mailing list Gcrypt-devel@gnupg.org https://lists.gnupg.org/mailman/listinfo/gcrypt-devel