summaryrefslogtreecommitdiff
path: root/security/ipsec-tools/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/ipsec-tools/patches/patch-aa')
-rw-r--r--security/ipsec-tools/patches/patch-aa15
1 files changed, 0 insertions, 15 deletions
diff --git a/security/ipsec-tools/patches/patch-aa b/security/ipsec-tools/patches/patch-aa
deleted file mode 100644
index 15274e19535..00000000000
--- a/security/ipsec-tools/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2005/08/07 22:21:05 tron Exp $
-
---- src/racoon/privsep.c.orig 2005-06-04 23:08:15.000000000 +0100
-+++ src/racoon/privsep.c 2005-08-07 22:35:41.000000000 +0100
-@@ -912,8 +912,8 @@
- {
- if ((port < 0) || (port >= isakmp_cfg_config.pool_size)) {
- plog(LLV_ERROR, LOCATION, NULL,
-- "privsep: port %d outsied of allowed range [0,%d]\n",
-- port, isakmp_cfg_config.pool_size - 1);
-+ "privsep: port %d outside of allowed range [0,%d]\n",
-+ port, (int)isakmp_cfg_config.pool_size - 1);
- return -1;
- }
-