summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_esp.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-09 07:03:46 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-09 07:03:46 +0000
commit29cf16ac90acaf062d15901509e3a67ca4ef738e (patch)
treeed4d67d6d710a9f74690b2ce796fdcc9b072d559 /sys/netinet/ip_esp.h
parent704a4b23790dbd9ab4869662980b908dfba2a41f (diff)
Inclusion protection.
Diffstat (limited to 'sys/netinet/ip_esp.h')
-rw-r--r--sys/netinet/ip_esp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/ip_esp.h b/sys/netinet/ip_esp.h
index 04f7c55d46d..6bafd2b45fb 100644
--- a/sys/netinet/ip_esp.h
+++ b/sys/netinet/ip_esp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_esp.h,v 1.33 2000/09/19 03:20:58 angelos Exp $ */
+/* $OpenBSD: ip_esp.h,v 1.34 2001/06/09 07:03:41 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -35,8 +35,8 @@
* PURPOSE.
*/
-#ifndef _NETINET_ESP_H_
-#define _NETINET_ESP_H_
+#ifndef _NETINET_IP_ESP_H_
+#define _NETINET_IP_ESP_H_
#define ESP_ALEN 12 /* 96-bit authenticator */
@@ -78,4 +78,4 @@ struct espstat
extern int esp_enable;
struct espstat espstat;
#endif /* _KERNEL */
-#endif _NETINET_ESP_H_
+#endif _NETINET_IP_ESP_H_