summaryrefslogtreecommitdiff
path: root/lib/gnutls_mpi.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-01-26 09:31:42 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-01-26 10:11:30 +0100
commit1a90bc32fe87b2859f302b77619e2fece5c1ad82 (patch)
tree4d95ba6163df5a0165eed5373b149bdb3a060a76 /lib/gnutls_mpi.h
parent52d140d6ee54544ba01507c75df832e92870f877 (diff)
downloadgnutls-1a90bc32fe87b2859f302b77619e2fece5c1ad82.tar.gz
updated prototypes of _gnutls_mpi_set, _gnutls_mpi_set_ui,, _gnutls_mpi_copy
Diffstat (limited to 'lib/gnutls_mpi.h')
-rw-r--r--lib/gnutls_mpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_mpi.h b/lib/gnutls_mpi.h
index 3d59e464f9..63b2581d40 100644
--- a/lib/gnutls_mpi.h
+++ b/lib/gnutls_mpi.h
@@ -58,7 +58,7 @@ bigint_t _gnutls_mpi_random_modp(bigint_t, bigint_t p,
#define _gnutls_mpi_print(x,y,z) _gnutls_mpi_ops.bigint_print(x,y,z,GNUTLS_MPI_FORMAT_USG)
#define _gnutls_mpi_print_lz(x,y,z) _gnutls_mpi_ops.bigint_print(x,y,z,GNUTLS_MPI_FORMAT_STD)
#define _gnutls_mpi_print_pgp(x,y,z) _gnutls_mpi_ops.bigint_print(x,y,z,GNUTLS_MPI_FORMAT_PGP)
-#define _gnutls_mpi_copy( a) _gnutls_mpi_set( NULL, a)
+#define _gnutls_mpi_copy _gnutls_mpi_ops.bigint_copy
inline static
void _gnutls_mpi_release(bigint_t * x)