X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/c758e6541ca05409b178dd9629e9337494c49890..bc8fea8583d9b1419861f673f6d8a7728baeb4ba:/src/netg.h diff --git a/src/netg.h b/src/netg.h index b0207b2..0c34fed 100644 --- a/src/netg.h +++ b/src/netg.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: netg.h,v 1.3 1998/01/12 16:46:18 mdw Exp $ + * $Id: netg.h,v 1.4 2003/10/12 00:14:55 mdw Exp $ * * A local database of netgroups * @@ -29,6 +29,10 @@ /*----- Revision history --------------------------------------------------* * * $Log: netg.h,v $ + * Revision 1.4 2003/10/12 00:14:55 mdw + * Major overhaul. Now uses DSA signatures rather than the bogus symmetric + * encrypt-and-hope thing. Integrated with mLib and Catacomb. + * * Revision 1.3 1998/01/12 16:46:18 mdw * Fix copyright date. * @@ -49,9 +53,7 @@ /*----- Required headers --------------------------------------------------*/ -#ifndef SYM_H -# include "sym.h" -#endif +#include /*----- Type definitions --------------------------------------------------*/