diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-24 23:07:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-24 23:07:21 +0000 |
commit | 7f273ea36338c2f166dbd1b966857595cc834fd9 (patch) | |
tree | 44ea231c96fa1e455dd8108f57bc667ddd244c1c /sys/netinet/ip_ipsp.h | |
parent | 36bd2c11fa82bf660b2afb557336df2c64aa1349 (diff) |
add skipjack support back
Diffstat (limited to 'sys/netinet/ip_ipsp.h')
-rw-r--r-- | sys/netinet/ip_ipsp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h index ab34c6c6796..d3b57a54b74 100644 --- a/sys/netinet/ip_ipsp.h +++ b/sys/netinet/ip_ipsp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.h,v 1.24 1999/02/24 22:33:06 angelos Exp $ */ +/* $OpenBSD: ip_ipsp.h,v 1.25 1999/02/24 23:07:20 deraadt Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -42,6 +42,7 @@ #include <netinet/ip_rmd160.h> #include <netinet/ip_blf.h> #include <netinet/ip_cast.h> +#include <netinet/ip_skipjack.h> #include <sys/socket.h> /* HMAC key sizes */ @@ -54,6 +55,7 @@ #define ESP_3DES_IVS 8 #define ESP_BLF_IVS 8 #define ESP_CAST_IVS 8 +#define ESP_SKIPJACK_IVS 8 #define ESP_MAX_IVS 8 /* Keep updated */ /* Block sizes -- it is assumed that they're powers of 2 */ @@ -61,6 +63,7 @@ #define ESP_3DES_BLKS 8 #define ESP_BLF_BLKS 8 #define ESP_CAST_BLKS 8 +#define ESP_SKIPJACK_BLKS 8 #define ESP_MAX_BLKS 8 /* Keep updated */ #define HMAC_BLOCK_LEN 64 |