summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2018-03-16 12:31:09 +0000
committermpi <mpi@openbsd.org>2018-03-16 12:31:09 +0000
commit44c85a19f15136c6b2fcdea068777705bcb3dbb2 (patch)
tree4437b40449104cb04772bedf0fe871293e613068 /include
parentSince most (if not all) ARMv8 hardware doesn't actually support trapping of (diff)
downloadwireguard-openbsd-44c85a19f15136c6b2fcdea068777705bcb3dbb2.tar.xz
wireguard-openbsd-44c85a19f15136c6b2fcdea068777705bcb3dbb2.zip
Consistently spell "IPsec" in comments and debug outputs.
From Raf Czlonka, ok sthen@
Diffstat (limited to 'include')
-rw-r--r--include/arpa/nameser.h4
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 */