summaryrefslogtreecommitdiffstats
path: root/libs/libipt_CRYPT.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libipt_CRYPT.c')
-rw-r--r--libs/libipt_CRYPT.c8
1 files changed, 6 insertions, 2 deletions
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 <config.h>
+#endif
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -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,