]> git.meshlink.io Git - meshlink/blobdiff - src/meta.h
Removing cipher directory (all will be covered by OpenSSL).
[meshlink] / src / meta.h
index 263131b566807e25d26998d76bd8b03266bf05c2..cd9c2985b8d6ce07841b937e7b8dcebe82ff92b1 100644 (file)
@@ -1,7 +1,7 @@
 /*
-    protocol.h -- header for protocol.c
-    Copyright (C) 1999,2000 Ivo Timmermans <itimmermans@bigfoot.com>,
-                       2000 Guus Sliepen <guus@sliepen.warande.net>
+    meta.h -- header for meta.c
+    Copyright (C) 2000 Guus Sliepen <guus@sliepen.warande.net>,
+                  2000 Ivo Timmermans <itimmermans@bigfoot.com>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: meta.h,v 1.1.2.1 2000/09/26 14:06:04 guus Exp $
+    $Id: meta.h,v 1.1.2.2 2000/10/01 03:21:49 guus Exp $
 */
 
 #ifndef __TINC_META_H__