X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..379829cb2ac6ab1e6f23ee5b5bfa16c96f111c3a:/rand/tlsprf.c diff --git a/rand/tlsprf.c b/rand/tlsprf.c index 3f055b0d..fa28faf4 100644 --- a/rand/tlsprf.c +++ b/rand/tlsprf.c @@ -249,7 +249,7 @@ static const grand_ops dx_grops = { "", GRAND_CRYPTO, 0, dx_grmisc, dx_grdestroy, - dx_grword, dx_grbyte, dx_grword, grand_range, dx_grfill + dx_grword, dx_grbyte, dx_grword, grand_defaultrange, dx_grfill }; /* ---@tlsdx_rand@ --- * @@ -454,7 +454,7 @@ static const grand_ops prf_grops = { "", GRAND_CRYPTO, 0, prf_grmisc, prf_grdestroy, - prf_grword, prf_grbyte, prf_grword, grand_range, prf_grfill + prf_grword, prf_grbyte, prf_grword, grand_defaultrange, prf_grfill }; /* ---@tlsprf_rand@ --- *