diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-09-24 18:39:41 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-09-24 18:39:41 +0000 |
commit | e361e9f6eefd3be617748350e9f5e053875c539e (patch) | |
tree | 6cb778b8afa02ad79160c2740033736976bc0435 /sys/netinet/ip_esp.h | |
parent | 339e62073e06ba6a375817758eea993a70455970 (diff) |
New style self-describing padding in use.
Diffstat (limited to 'sys/netinet/ip_esp.h')
-rw-r--r-- | sys/netinet/ip_esp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_esp.h b/sys/netinet/ip_esp.h index 6782059fdcf..81263e7068d 100644 --- a/sys/netinet/ip_esp.h +++ b/sys/netinet/ip_esp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_esp.h,v 1.11 1997/09/23 21:42:20 angelos Exp $ */ +/* $OpenBSD: ip_esp.h,v 1.12 1997/09/24 18:39:38 angelos Exp $ */ /* * The author of this code is John Ioannidis, ji@tla.org, @@ -126,6 +126,8 @@ 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 */ + struct esp_new_xdata { u_int32_t edx_enc_algorithm; |