aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/mpi-bit.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mpi/mpi-bit.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mpi/mpi-bit.c b/mpi/mpi-bit.c
index 45ca029ed..b79505f48 100644
--- a/mpi/mpi-bit.c
+++ b/mpi/mpi-bit.c
@@ -90,6 +90,11 @@ mpi_get_nbits( MPI a )
return n;
}
+unsigned int
+gcry_mpi_get_nbits( MPI a )
+{
+ return mpi_get_nbits( a );
+}
/****************
* Test whether bit N is set.