summaryrefslogtreecommitdiff
path: root/lib/gnutls_mpi.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-05-30 15:32:50 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-05-30 15:32:50 +0000
commit524960ed3b0fafe57ddfcdb90b9b5e5584c3cc57 (patch)
tree5fb6f5f526edb24f8664b44dc19e74dfb771deda /lib/gnutls_mpi.h
parent2fc52dc9037737c01f45de9ef5e0fc0d31623384 (diff)
downloadgnutls-524960ed3b0fafe57ddfcdb90b9b5e5584c3cc57.tar.gz
*** empty log message ***
Diffstat (limited to 'lib/gnutls_mpi.h')
-rw-r--r--lib/gnutls_mpi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_mpi.h b/lib/gnutls_mpi.h
index 0eafd16c97..48bb78b7b4 100644
--- a/lib/gnutls_mpi.h
+++ b/lib/gnutls_mpi.h
@@ -26,6 +26,8 @@
#define _gnutls_mpi_add gcry_mpi_add
#define _gnutls_mpi_add_ui gcry_mpi_add_ui
#define _gnutls_mpi_mul_ui gcry_mpi_mul_ui
+#define _gnutls_prime_check gcry_prime_check
+#define _gnutls_mpi_div gcry_mpi_div
# define _gnutls_mpi_alloc_like(x) _gnutls_mpi_new(_gnutls_mpi_get_nbits(x))
# define _gnutls_mpi_salloc_like(x) _gnutls_mpi_snew(_gnutls_mpi_get_nbits(x))