summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_esp.h
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1997-11-18 00:12:16 +0000
committerNiels Provos <provos@cvs.openbsd.org>1997-11-18 00:12:16 +0000
commitc08df90be197464bc742f0b0dc596cb7b7da823e (patch)
treecba8343151046e439bdf5d394cfbb7955ef60c79 /sys/netinet/ip_esp.h
parent61e7274ed74e58cca74d83765d38666c5b9903ee (diff)
make old style padding default again.
Diffstat (limited to 'sys/netinet/ip_esp.h')
-rw-r--r--sys/netinet/ip_esp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_esp.h b/sys/netinet/ip_esp.h
index 16c7c0b77b3..c28421c1d60 100644
--- a/sys/netinet/ip_esp.h
+++ b/sys/netinet/ip_esp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_esp.h,v 1.14 1997/11/04 09:11:10 provos Exp $ */
+/* $OpenBSD: ip_esp.h,v 1.15 1997/11/18 00:12:14 provos Exp $ */
/*
* The author of this code is John Ioannidis, ji@tla.org,
@@ -160,7 +160,7 @@ struct esp_new_xencap
#define ESP_NEW_XENCAP_LEN (6 * sizeof(u_int32_t))
#define ESP_NEW_FLAG_AUTH 0x00000001 /* Doing authentication too */
-#define ESP_NEW_FLAG_OPADDING 0x00000002 /* Old style padding */
+#define ESP_NEW_FLAG_NPADDING 0x00000002 /* New style padding */
struct esp_new_xdata
{