diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-27 03:31:49 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-27 03:31:49 +0000 |
commit | b424c44170215a41cec4997da3abdb50ee4cfb16 (patch) | |
tree | 9504499ef7d6a712457f490e1b7cf10f45e98a4f /sbin/ping6/ping6.c | |
parent | 907ab59423a444adb2780803c37f5b5424d4390c (diff) |
Consistently use "IPsec" capitalization (jsyn@nthought.com)
Diffstat (limited to 'sbin/ping6/ping6.c')
-rw-r--r-- | sbin/ping6/ping6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c index bba008c12b3..bf8db96729c 100644 --- a/sbin/ping6/ping6.c +++ b/sbin/ping6/ping6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ping6.c,v 1.30 2001/06/22 13:20:21 itojun Exp $ */ +/* $OpenBSD: ping6.c,v 1.31 2001/06/27 03:31:48 angelos Exp $ */ /* $KAME: ping6.c,v 1.129 2001/06/22 13:16:02 itojun Exp $ */ /* @@ -2576,7 +2576,7 @@ setpolicy(so, policy) errx(1, "%s", ipsec_strerror()); if (setsockopt(s, IPPROTO_IPV6, IPV6_IPSEC_POLICY, buf, ipsec_get_policylen(buf)) < 0) - warnx("Unable to set IPSec policy"); + warnx("Unable to set IPsec policy"); free(buf); return 0; |