X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/410c8acf139e945dce28bbc0c8b17dcfd0815643..73189848e83a15269a9c3af541ec32537db647b9:/tripe.h?ds=sidebyside diff --git a/tripe.h b/tripe.h index 171f23ab..9d46b51c 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.3 2001/02/04 01:17:55 mdw Exp $ * * Main header file for TrIPE * @@ -29,6 +29,13 @@ /*----- Revision history --------------------------------------------------* * * $Log: tripe.h,v $ + * Revision 1.3 2001/02/04 01:17:55 mdw + * Create a configuration header file to tidy up command lines. + * + * 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. * @@ -43,6 +50,8 @@ /*----- Header files ------------------------------------------------------*/ +#include "config.h" + #include #include #include @@ -303,6 +312,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@ --- *