]> git.meshlink.io Git - meshlink/blobdiff - cipher/cipher.c
Updated changes list for version 1.0pre2.
[meshlink] / cipher / cipher.c
index bf74519c5b00a9d3d1e601162a7cf844520c5f57..c504b7e76c618891a9a6988ac10e6c701fd595c8 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"