pub/dh-kcdsa.c: Free the correct factor.
[catacomb] / rand / lcrand.c
index 6944a71..d8c4a37 100644 (file)
@@ -246,7 +246,7 @@ static const grand_ops gops = {
   "lcrand",
   LCRAND_P, 0,
   gmisc, gdestroy,
-  graw, gbyte, grand_word, grange, grand_fill
+  graw, gbyte, grand_defaultword, grange, grand_defaultfill
 };
 
 /* --- @lcrand_create@ --- *