pub/dh-kcdsa.c: Free the correct factor.
[catacomb] / symm / seal.c
index 57cfc10..0ba56c0 100644 (file)
@@ -529,7 +529,7 @@ static const grand_ops grops = {
   "seal",
   GRAND_CRYPTO, 0,
   grmisc, grdestroy,
-  grword, grbyte, grword, grand_range, grfill
+  grword, grbyte, grword, grand_defaultrange, grfill
 };
 
 /* --- @seal_rand@ --- *