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 /include/arpa | |
parent | fb71f8b7080627a73012abd5a98abd23ab4d4b94 (diff) |
Consistently spell "IPsec" in comments and debug outputs.
From Raf Czlonka, ok sthen@
Diffstat (limited to 'include/arpa')
-rw-r--r-- | include/arpa/nameser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index 052d859bc9b..ead11b71061 100644 --- a/include/arpa/nameser.h +++ b/include/arpa/nameser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nameser.h,v 1.13 2015/01/16 00:01:28 deraadt Exp $ */ +/* $OpenBSD: nameser.h,v 1.14 2018/03/16 12:31:09 mpi Exp $ */ /* * ++Copyright++ 1983, 1989, 1993 @@ -223,7 +223,7 @@ #define KEYFLAG_USERACCOUNT 0x0400 /* key is assoc. with a user acct */ #define KEYFLAG_ENTITY 0x0200 /* key is assoc. with entity eg host */ #define KEYFLAG_ZONEKEY 0x0100 /* key is zone key for the zone named */ -#define KEYFLAG_IPSEC 0x0080 /* key is for IPSEC use (host or user)*/ +#define KEYFLAG_IPSEC 0x0080 /* key is for IPsec use (host or user)*/ #define KEYFLAG_EMAIL 0x0040 /* key is for email (MIME security) */ #define KEYFLAG_RESERVED10 0x0020 /* reserved - must be zero */ #define KEYFLAG_RESERVED11 0x0010 /* reserved - must be zero */ |