X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/e31c0b14c3fa77fb4e164f387a7ac9744e7b41d0..8d0c7a83c244c03e5fbc675018ca29fe5ddb9966:/tripe.h?ds=sidebyside diff --git a/tripe.h b/tripe.h index 171f23ab..40ad1c1e 100644 --- a/tripe.h +++ b/tripe.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: tripe.h,v 1.1 2001/02/03 20:26:37 mdw Exp $ + * $Id: tripe.h,v 1.2 2001/02/03 22:40:29 mdw Exp $ * * Main header file for TrIPE * @@ -29,6 +29,10 @@ /*----- Revision history --------------------------------------------------* * * $Log: tripe.h,v $ + * Revision 1.2 2001/02/03 22:40:29 mdw + * Put timer information into the entropy pool when packets are received + * and on similar events. Reseed the generator on the interval timer. + * * Revision 1.1 2001/02/03 20:26:37 mdw * Initial checkin. * @@ -303,6 +307,10 @@ extern const trace_opt tr_opts[]; /* Trace options array */ extern unsigned tr_flags; /* Trace options flags */ #endif +/*----- Other macros ------------------------------------------------------*/ + +#define TIMER noise_timer(RAND_GLOBAL) + /*----- Key management ----------------------------------------------------*/ /* --- @km_interval@ --- *