aboutsummaryrefslogtreecommitdiffstats
path: root/include/mpi.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/mpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mpi.h b/include/mpi.h
index 0725b7d6b..9d93d8505 100644
--- a/include/mpi.h
+++ b/include/mpi.h
@@ -55,6 +55,7 @@ typedef struct mpi_struct {
#define MPI_NULL NULL
#define mpi_get_nlimbs(a) ((a)->nlimbs)
+#define mpi_get_nbit_info(a) ((a)->nbits)
#define mpi_is_neg(a) ((a)->sign)
/*-- mpiutil.c --*/