summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ipsp.h
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2017-11-15 11:49:00 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2017-11-15 11:49:00 +0000
commit8e0ff87ae8d035f140936ff26fe65877a4c8c292 (patch)
treea0830c201ef0c6560f1ddb3f7599bb62d32158c5 /sys/netinet/ip_ipsp.h
parent3ee46cb89c237cda4096cd1c8f2b5ab2640a0350 (diff)
Unbreak ENCDEBUG kernels by declaring `encdebug' in ip_ipsp.h
Diffstat (limited to 'sys/netinet/ip_ipsp.h')
-rw-r--r--sys/netinet/ip_ipsp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h
index e617ff5446e..187a15eb5bd 100644
--- a/sys/netinet/ip_ipsp.h
+++ b/sys/netinet/ip_ipsp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.h,v 1.187 2017/11/14 09:30:17 mpi Exp $ */
+/* $OpenBSD: ip_ipsp.h,v 1.188 2017/11/15 11:48:59 mpi Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr),
@@ -411,6 +411,7 @@ struct xformsw {
extern int ipsec_in_use;
extern u_int64_t ipsec_last_added;
extern int ipsec_policy_pool_initialized;
+extern int encdebug; /* enable message reporting */
extern int ipsec_keep_invalid; /* lifetime of embryonic SAs (in sec) */
extern int ipsec_require_pfs; /* use Perfect Forward Secrecy */