summaryrefslogtreecommitdiff
path: root/lib/mpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mpi.c')
-rw-r--r--lib/mpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mpi.c b/lib/mpi.c
index 8f39516785..aa81753781 100644
--- a/lib/mpi.c
+++ b/lib/mpi.c
@@ -60,7 +60,7 @@ _gnutls_mpi_random_modp(bigint_t r, bigint_t p,
buf_release = 1;
}
- ret = _gnutls_rnd(level, buf, size);
+ ret = gnutls_rnd(level, buf, size);
if (ret < 0) {
gnutls_assert();
goto cleanup;