X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/a0a953b5df59e37990e27e44c14ea976bf3aa89a..2685767a6125c1620719c7de6234aedf41857b7e:/rand.h diff --git a/rand.h b/rand.h index 6dbd021..05721fc 100644 --- a/rand.h +++ b/rand.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: rand.h,v 1.7 2000/10/08 12:07:18 mdw Exp $ + * $Id: rand.h,v 1.8 2001/02/03 16:07:33 mdw Exp $ * * Secure random number generator * @@ -30,6 +30,10 @@ /*----- Revision history --------------------------------------------------* * * $Log: rand.h,v $ + * Revision 1.8 2001/02/03 16:07:33 mdw + * Give generic random objects separate namespaces for their supported misc + * ops. + * * Revision 1.7 2000/10/08 12:07:18 mdw * Remove spurious comma in enum. * @@ -306,7 +310,7 @@ extern void rand_getgood(rand_pool */*r*/, void */*p*/, size_t /*sz*/); /* --- Miscellaneous operations --- */ enum { - RAND_GATE = GRAND_SPECIFIC, /* No args */ + RAND_GATE = GRAND_SPECIFIC('R'), /* No args */ RAND_STRETCH, /* No args */ RAND_KEY, /* @const void *k, size_t sz@ */ RAND_NOISESRC, /* @const rand_source *s@ */