Commented on some size calculations.
[tinc] / cipher / cipher.c
index bf74519..c504b7e 100644 (file)
@@ -1,6 +1,6 @@
 /*
     cipher.c -- wrapper functions for encryption algorithms
-    Copyright (C) 1999 Ivo Timmermans <zarq@iname.com>
+    Copyright (C) 1999,2000 Ivo Timmermans <zarq@iname.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
@@ -26,7 +26,6 @@
 #include <cipher.h>
 
 #include "blowfish/blowfish.h"
-#include "idea/idea.h"
 
 #include "net.h"