Give generic random objects separate namespaces for their supported misc
[u/mdw/catacomb] / bbs.h
diff --git a/bbs.h b/bbs.h
index 7217f65..b83b87f 100644 (file)
--- a/bbs.h
+++ b/bbs.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: bbs.h,v 1.5 2000/07/01 11:20:24 mdw Exp $
+ * $Id: bbs.h,v 1.6 2001/02/03 16:07:33 mdw Exp $
  *
  * The Blum-Blum-Shub random bit generator
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: bbs.h,v $
+ * Revision 1.6  2001/02/03 16:07:33  mdw
+ * Give generic random objects separate namespaces for their supported misc
+ * ops.
+ *
  * Revision 1.5  2000/07/01 11:20:24  mdw
  * New functions for freeing public and private keys.  Remove bad type name
  * `bbs_param'.
@@ -305,7 +309,7 @@ extern grand *bbs_rand(mp */*m*/, mp */*x*/);
 /* --- Blum-Blum-Shub-specific misc op codes --- */
 
 enum {
-  BBS_SET = GRAND_SPECIFIC             /* @mp *x@ */
+  BBS_SET = GRAND_SPECIFIC('B')                /* @mp *x@ */
 };
 
 /*----- That's all, folks -------------------------------------------------*/