chiark
/
gitweb
/
~mdw
/
become
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Major overhaul. Now uses DSA signatures rather than the bogus symmetric
[become]
/
src
/
class.h
diff --git
a/src/class.h
b/src/class.h
index 79965f365d6b80798a51cedaaaf2baba841ef07f..25d661f56e8b5452e78c682affbbdd29688c9bcc 100644
(file)
--- a/
src/class.h
+++ b/
src/class.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: class.h,v 1.
5 1998/04/23 13:22:44
mdw Exp $
+ * $Id: class.h,v 1.
6 2003/10/12 00:14:55
mdw Exp $
*
* Handling classes of things nicely
*
*
* Handling classes of things nicely
*
@@
-29,6
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: class.h,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: class.h,v $
+ * Revision 1.6 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.5 1998/04/23 13:22:44 mdw
* Fix value of clNode_binop, required for bcquery.
*
* Revision 1.5 1998/04/23 13:22:44 mdw
* Fix value of clNode_binop, required for bcquery.
*
@@
-61,9
+65,7
@@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <arpa/inet.h>
-#ifndef SYM_H
-# include "sym.h"
-#endif
+#include <mLib/sym.h>
/*----- Data structures ---------------------------------------------------*/
/*----- Data structures ---------------------------------------------------*/