X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/b40be44ec9ffc760989b302d85a96f13cb95c1f2..8bdddfb748c3e176150241f5f2389b78b9885233:/src/rule.c?ds=sidebyside diff --git a/src/rule.c b/src/rule.c index 7f1e9f7..166da54 100644 --- a/src/rule.c +++ b/src/rule.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: rule.c,v 1.6 1998/04/23 13:27:31 mdw Exp $ + * $Id: rule.c,v 1.7 2003/10/12 00:14:55 mdw Exp $ * * Managing rule sets * @@ -29,6 +29,10 @@ /*----- Revision history --------------------------------------------------* * * $Log: rule.c,v $ + * Revision 1.7 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.6 1998/04/23 13:27:31 mdw * Export structure of the rule list, for `bcquery's benefit. * @@ -67,13 +71,18 @@ #include #include +/* --- mLib headers --- */ + +#include +#include +#include + /* --- Local headers --- */ #include "become.h" #include "class.h" #include "rule.h" #include "userdb.h" -#include "utils.h" /*----- Static variables --------------------------------------------------*/