X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/become/blobdiff_plain/fe59d3d70fc7337b7a50c4fcff72d20967672157..f60a34341fee6aafd5b878dce23b80af7c60064d:/src/rule.c 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 --------------------------------------------------*/