X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/898a4e2555438ff8adb08b4d82690d08715e1048..b817bfc642225b8c3c0b6a7e42d1fb949b61a606:/rand.c diff --git a/rand.c b/rand.c index c3b777d..827474b 100644 --- a/rand.c +++ b/rand.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: rand.c,v 1.5 2000/06/17 11:53:55 mdw Exp $ + * $Id: rand.c,v 1.6 2004/04/08 01:36:15 mdw Exp $ * * Secure random number generator * @@ -27,27 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: rand.c,v $ - * Revision 1.5 2000/06/17 11:53:55 mdw - * Deprecate `rand_getgood'. Provide a new interface to ensure that a pool - * is well seeded. Use secure arena for memory allocation. - * - * Revision 1.4 1999/12/13 15:34:28 mdw - * Increase the entropy threshhold in rand_getgood. - * - * Revision 1.3 1999/12/10 23:28:07 mdw - * Bug fix: rand_getgood didn't update buffer pointer. - * - * Revision 1.2 1999/10/12 21:00:15 mdw - * Make pool and buffer sizes more sensible. - * - * Revision 1.1 1999/09/03 08:41:12 mdw - * Initial import. - * - */ - /*----- Header files ------------------------------------------------------*/ #include