From 905060b43a294dd73cbcf19eb86b66240d6d0140 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 4 Dec 2003 22:40:43 +0000 Subject: May further patches from dbindner git-svn-id: file:///home/lennart/svn/public/seppl/trunk@19 91a2fd9b-5dcb-0310-a70a-d71e310228e6 --- libs/libipt_CRYPT.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'libs/libipt_CRYPT.c') diff --git a/libs/libipt_CRYPT.c b/libs/libipt_CRYPT.c index 7e171f3..c7f083f 100644 --- a/libs/libipt_CRYPT.c +++ b/libs/libipt_CRYPT.c @@ -1,4 +1,4 @@ -/* $Id: newmail.c 31 2003-10-22 22:59:07Z lennart $ */ +/* $Id$ */ /*** This file is part of seppl @@ -19,6 +19,10 @@ USA ***/ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include @@ -97,7 +101,7 @@ static void save(const struct ipt_ip *ip, const struct ipt_entry_target *target) static struct iptables_target crypt = { NULL, "CRYPT", - "1.2.8", + IPTABLES_VERSION, IPT_ALIGN(sizeof(struct ipt_crypt_info)), IPT_ALIGN(sizeof(struct ipt_crypt_info)), &help, -- cgit