X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fmeta.c;h=e4ebb4268ed9112c9f2f55aba60bf0da34f03aa0;hp=3fadb0d45dde346ef9fd578b25e7f0d4d8158069;hb=37ed4265fa73d4c06c74362514d78c92029b2f05;hpb=fcf869cd4250a240ea8d443f70fa373e4fbacf07 diff --git a/src/meta.c b/src/meta.c index 3fadb0d4..e4ebb426 100644 --- a/src/meta.c +++ b/src/meta.c @@ -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.c,v 1.1.2.18 2001/05/25 11:54:28 guus Exp $ + $Id: meta.c,v 1.1.2.20 2001/07/20 13:54:19 guus Exp $ */ #include "config.h" @@ -32,11 +32,7 @@ /* This line must be below the rest for FreeBSD */ #include -#ifdef HAVE_OPENSSL_EVP_H -# include -#else -# include -#endif +#include #include "net.h" #include "connection.h" @@ -79,7 +75,7 @@ cp for(node = connection_tree->head; node; node = node->next) { p = (connection_t *)node->data; - if(p != cl && p->status.meta && p->status.active) + if(p != cl && p->status.active) send_meta(p, buffer, length); } cp