progs/pixie.c: Don't crash when trying to set an empty passphrase.
[catacomb] / pub / bbs-rand.c
index 58b62b1..c7dc86e 100644 (file)
@@ -348,7 +348,7 @@ static const grand_ops gops = {
   "bbs",
   GRAND_CRYPTO, 0,
   gmisc, gdestroy,
-  gword, gbyte, gword, grand_range, grand_fill
+  gword, gbyte, gword, grand_defaultrange, grand_defaultfill
 };
 
 /* --- @bbs_rand@ --- *