summaryrefslogtreecommitdiff
path: root/sys/netipsec/ipsec.h
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2006-04-10 15:04:36 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2006-04-10 15:04:36 +0000
commit6131838b7ca5801814569a4fa0f611d146873661 (patch)
tree90fcabf580a6c3dc6c206a2d8fb27221ee66d0c9 /sys/netipsec/ipsec.h
parent8447156ce060703519bbe544940202083479adbb (diff)
Notes
Diffstat (limited to 'sys/netipsec/ipsec.h')
-rw-r--r--sys/netipsec/ipsec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netipsec/ipsec.h b/sys/netipsec/ipsec.h
index 1d1fa0b4a21e..7dfe1ac8ab81 100644
--- a/sys/netipsec/ipsec.h
+++ b/sys/netipsec/ipsec.h
@@ -330,8 +330,10 @@ struct ipsec_history {
};
extern int ipsec_debug;
+#ifdef REGRESSION
extern int ipsec_replay;
extern int ipsec_integrity;
+#endif
extern struct newipsecstat newipsecstat;
extern struct secpolicy ip4_def_policy;