X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=cipher%2Fcipher.c;h=c504b7e76c618891a9a6988ac10e6c701fd595c8;hp=bf74519c5b00a9d3d1e601162a7cf844520c5f57;hb=5c78e158d414595ab32399645678a43bb4469be6;hpb=1243156a5e03a666b36bc4400f1402243a85c9a7 diff --git a/cipher/cipher.c b/cipher/cipher.c index bf74519c..c504b7e7 100644 --- a/cipher/cipher.c +++ b/cipher/cipher.c @@ -1,6 +1,6 @@ /* cipher.c -- wrapper functions for encryption algorithms - Copyright (C) 1999 Ivo Timmermans + Copyright (C) 1999,2000 Ivo Timmermans 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 #include "blowfish/blowfish.h" -#include "idea/idea.h" #include "net.h"