summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/sysdep
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-27 03:31:49 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-27 03:31:49 +0000
commitb424c44170215a41cec4997da3abdb50ee4cfb16 (patch)
tree9504499ef7d6a712457f490e1b7cf10f45e98a4f /sbin/isakmpd/sysdep
parent907ab59423a444adb2780803c37f5b5424d4390c (diff)
Consistently use "IPsec" capitalization (jsyn@nthought.com)
Diffstat (limited to 'sbin/isakmpd/sysdep')
-rw-r--r--sbin/isakmpd/sysdep/linux/README6
-rw-r--r--sbin/isakmpd/sysdep/linux/klips.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/sbin/isakmpd/sysdep/linux/README b/sbin/isakmpd/sysdep/linux/README
index d0660f227cd..aa1ebc6199d 100644
--- a/sbin/isakmpd/sysdep/linux/README
+++ b/sbin/isakmpd/sysdep/linux/README
@@ -1,13 +1,13 @@
-$OpenBSD: README,v 1.2 2001/01/28 22:38:48 niklas Exp $
+$OpenBSD: README,v 1.3 2001/06/27 03:31:44 angelos Exp $
-Currently, you have to manually configure any ipsec interfaces and do the
+Currently, you have to manually configure any IPsec interfaces and do the
association betweent these and the physical ones. This is done like
this in FreeS/WAN:
ipsec tncfg --attach --virtual ipsec0 --physical eth0
ifconfig ipsec0 A.B.C.D netmask E.F.G.H
-Then there is one special configuration option in the IPSec-connection
+Then there is one special configuration option in the IPsec-connection
sections for Phase 2 of the configuration file, named Next-hop, which
should be set to the next hop's IP address along the way to the peer:
diff --git a/sbin/isakmpd/sysdep/linux/klips.c b/sbin/isakmpd/sysdep/linux/klips.c
index bfa83e3a068..a1e76efda61 100644
--- a/sbin/isakmpd/sysdep/linux/klips.c
+++ b/sbin/isakmpd/sysdep/linux/klips.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: klips.c,v 1.5 2001/05/05 00:51:48 angelos Exp $ */
+/* $OpenBSD: klips.c,v 1.6 2001/06/27 03:31:44 angelos Exp $ */
/*
* Copyright (c) 1999 Niklas Hallqvist. All rights reserved.
@@ -385,7 +385,7 @@ klips_set_spi (struct sa *sa, struct proto *proto, int incoming,
free (emsg);
/*
- * Grouping the IP-in-IP SA with the IPSec one means we must be careful
+ * Grouping the IP-in-IP SA with the IPsec one means we must be careful
* in klips_group_spis so that we'll remove duplicate IP-in-IP SAs
* and get everything grouped in the right order.
*
@@ -427,7 +427,7 @@ klips_set_spi (struct sa *sa, struct proto *proto, int incoming,
}
/*
- * Delete the IPSec SA represented by the INCOMING direction in protocol PROTO
+ * Delete the IPsec SA represented by the INCOMING direction in protocol PROTO
* of the IKE security association SA.
*/
int