diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-07 10:16:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-07 10:16:47 +0000 |
commit | f076053868e4c80bfac3766eebb7b597e8937612 (patch) | |
tree | 47e76c3c15d4c83abae94a0081dc209321d07a68 /sbin/isakmpd | |
parent | 0bd7685b56f6cb39bf125bfa49be39b32f3571b4 (diff) |
adress -> address, and a few more; all from Jonathon Gray;
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@
isakmpd ones ok ho@
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/samples/VPN-3way-template.conf | 4 | ||||
-rw-r--r-- | sbin/isakmpd/x509.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/isakmpd/samples/VPN-3way-template.conf b/sbin/isakmpd/samples/VPN-3way-template.conf index e5d645beadf..88514a86182 100644 --- a/sbin/isakmpd/samples/VPN-3way-template.conf +++ b/sbin/isakmpd/samples/VPN-3way-template.conf @@ -1,4 +1,4 @@ -# $OpenBSD: VPN-3way-template.conf,v 1.9 2002/06/09 08:13:07 todd Exp $ +# $OpenBSD: VPN-3way-template.conf,v 1.10 2003/11/07 10:16:44 jmc Exp $ # $EOM: VPN-3way-template.conf,v 1.8 2000/10/09 22:08:30 angelos Exp $ # # A configuration sample for the isakmpd ISAKMP/Oakley (aka IKE) daemon. @@ -13,7 +13,7 @@ # \ / # ZZZ # -# In cases where IP/network adresses should be defined values like +# In cases where IP/network addresses should be defined values like # 192.168.XXX.nnn have been used. # diff --git a/sbin/isakmpd/x509.c b/sbin/isakmpd/x509.c index 3a6a5888439..8d0cfa2b86e 100644 --- a/sbin/isakmpd/x509.c +++ b/sbin/isakmpd/x509.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509.c,v 1.83 2003/11/06 16:12:08 ho Exp $ */ +/* $OpenBSD: x509.c,v 1.84 2003/11/07 10:16:44 jmc Exp $ */ /* $EOM: x509.c,v 1.54 2001/01/16 18:42:16 ho Exp $ */ /* @@ -1369,7 +1369,7 @@ x509_cert_get_subjects (void *scert, int *cnt, u_int8_t ***id, default: log_print ("x509_cert_get_subject: " - "invalid subjectAltName iPAdress length %d ", altlen); + "invalid subjectAltName IPaddress length %d ", altlen); goto fail; } break; |