summaryrefslogtreecommitdiffstats
path: root/libs/libipt_DECRYPT.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libipt_DECRYPT.c')
-rw-r--r--libs/libipt_DECRYPT.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/libs/libipt_DECRYPT.c b/libs/libipt_DECRYPT.c
index a9a5fc9..29e2160 100644
--- a/libs/libipt_DECRYPT.c
+++ b/libs/libipt_DECRYPT.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>
@@ -58,7 +62,7 @@ static void save(const struct ipt_ip *ip, const struct ipt_entry_target *target)
static struct iptables_target decrypt = {
NULL,
"DECRYPT",
- "1.2.8",
+ IPTABLES_VERSION,
IPT_ALIGN(sizeof(struct ipt_decrypt_info)),
IPT_ALIGN(sizeof(struct ipt_decrypt_info)),
&help,