diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-10-21 22:36:48 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-10-21 22:36:48 +0200 |
commit | 1cf82e91f12d15c42480287ffd8a0129b9115809 (patch) | |
tree | fcaf322e0548a64c9164126830268b7be8cf4fd1 /rand.c | |
parent | 5053c1ea781951ac68dfd0576e01028ec8bbcbd0 (diff) | |
download | gmp-1cf82e91f12d15c42480287ffd8a0129b9115809.tar.gz |
* * (__gmp_allocate_func etc): Rename from _mp_allocate_func etc.
(__gmp_default_allocate etc): Rename from _mp_default_allocate etc.
Diffstat (limited to 'rand.c')
-rw-r--r-- | rand.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ gmp_randinit (va_alist) /* Allocate algorithm specific data. */ rstate->data.bbs = (__gmp_rand_data_bbs *) - (*_mp_allocate_func) (sizeof (__gmp_rand_data_bbs)); + (*__gmp_allocate_func) (sizeof (__gmp_rand_data_bbs)); mpz_init (rstate->data.bbs->bi); /* The Blum integer. */ mpz_mul (rstate->data.bbs->bi, p, q); |