diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-03-16 12:31:10 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-03-16 12:31:10 +0000 |
commit | d6da4b02943fc38da51e9eaf0d776779e3225ed4 (patch) | |
tree | 36a5979ae32f4baf15e4cd33d7c03d093c3d31a4 /sbin | |
parent | fb71f8b7080627a73012abd5a98abd23ab4d4b94 (diff) |
Consistently spell "IPsec" in comments and debug outputs.
From Raf Czlonka, ok sthen@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/iked/iked.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/iked/iked.h b/sbin/iked/iked.h index 9deca37f2d0..49b7333c7b1 100644 --- a/sbin/iked/iked.h +++ b/sbin/iked/iked.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iked.h,v 1.117 2017/11/30 12:18:44 patrick Exp $ */ +/* $OpenBSD: iked.h,v 1.118 2018/03/16 12:31:09 mpi Exp $ */ /* * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org> @@ -165,7 +165,7 @@ RB_HEAD(iked_flows, iked_flow); TAILQ_HEAD(iked_saflows, iked_flow); struct iked_childsa { - uint8_t csa_saproto; /* IPSec protocol */ + uint8_t csa_saproto; /* IPsec protocol */ unsigned int csa_dir; /* in/out */ uint64_t csa_peerspi; /* peer relation */ @@ -432,8 +432,8 @@ struct iked_sa { struct ibuf *sa_eapmsk; /* EAK session key */ struct iked_proposals sa_proposals; /* SA proposals */ - struct iked_childsas sa_childsas; /* IPSec Child SAs */ - struct iked_saflows sa_flows; /* IPSec flows */ + struct iked_childsas sa_childsas; /* IPsec Child SAs */ + struct iked_saflows sa_flows; /* IPsec flows */ struct iked_sa *sa_nexti; /* initiated IKE SA */ struct iked_sa *sa_nextr; /* simultaneous rekey */ |