X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/c758e6541ca05409b178dd9629e9337494c49890..8fc4c5cd7e7c8590b55bf41e4f984a4952374b4b:/src/userdb.h?ds=sidebyside diff --git a/src/userdb.h b/src/userdb.h index d04c13c..1ad0518 100644 --- a/src/userdb.h +++ b/src/userdb.h @@ -29,6 +29,10 @@ /*----- Revision history --------------------------------------------------* * * $Log: userdb.h,v $ + * Revision 1.5 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.4 1998/01/12 16:46:38 mdw * Fix copyright date. * @@ -55,9 +59,7 @@ #include #include -#ifndef SYM_H -# include "sym.h" -#endif +#include /*----- Type definitions --------------------------------------------------*/