math/Makefile.am, symm/Makefile.am: Use `--no-install' on oddball tests.
[catacomb] / rand / sslprf.c
index 83a4c84..06187b3 100644 (file)
@@ -270,7 +270,7 @@ static const grand_ops grops = {
   "<sslprf-dummy>",
   GRAND_CRYPTO, 0,
   grmisc, grdestroy,
-  grword, grbyte, grword, grand_range, grfill
+  grword, grbyte, grword, grand_defaultrange, grfill
 };
 
 /* ---@sslprf_rand@ --- *