summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-01-13 04:19:00 +0000
committerderaadt <deraadt@openbsd.org>2015-01-13 04:19:00 +0000
commit83e49dc59aa8f0fdae3f625755ecf56a6419ee51 (patch)
treed0cd9037ed20ebea9604817396f8131e10e0f981
parent"wi0" should be "an0" in the EXAMPLES section. (diff)
downloadwireguard-openbsd-83e49dc59aa8f0fdae3f625755ecf56a6419ee51.tar.xz
wireguard-openbsd-83e49dc59aa8f0fdae3f625755ecf56a6419ee51.zip
-/* Backwards compatibility. */
-#ifndef NI_MAXHOST -#define NI_MAXHOST 1025 -#endif Disappointing.
-rw-r--r--sbin/isakmpd/ipsec.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sbin/isakmpd/ipsec.c b/sbin/isakmpd/ipsec.c
index 39816f09e03..4222ea8240a 100644
--- a/sbin/isakmpd/ipsec.c
+++ b/sbin/isakmpd/ipsec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipsec.c,v 1.141 2014/10/09 02:38:56 deraadt Exp $ */
+/* $OpenBSD: ipsec.c,v 1.142 2015/01/13 04:19:00 deraadt Exp $ */
/* $EOM: ipsec.c,v 1.143 2000/12/11 23:57:42 niklas Exp $ */
/*
@@ -75,11 +75,6 @@
extern int acquire_only;
-/* Backwards compatibility. */
-#ifndef NI_MAXHOST
-#define NI_MAXHOST 1025
-#endif
-
/* The replay window size used for all IPsec protocols if not overridden. */
#define DEFAULT_REPLAY_WINDOW 16