diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-02-24 04:00:00 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-02-24 04:00:00 +0000 |
commit | 5935d29a2f96630b8e2b1796f8392067115fd0f0 (patch) | |
tree | bcd13f8452f78f08f6ca99bc9c13d0597cd9bc9f /sbin/isakmpd/pf_key_v2.h | |
parent | 45d74a5c03e81c13cba27fb734334558336c8ea4 (diff) |
For the GETSPI PFKEY message, use the sequence number from the ACQUIRE
message.
Diffstat (limited to 'sbin/isakmpd/pf_key_v2.h')
-rw-r--r-- | sbin/isakmpd/pf_key_v2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/pf_key_v2.h b/sbin/isakmpd/pf_key_v2.h index 2c578997ed9..d422c3bbb3d 100644 --- a/sbin/isakmpd/pf_key_v2.h +++ b/sbin/isakmpd/pf_key_v2.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_key_v2.h,v 1.4 2000/12/12 01:46:17 niklas Exp $ */ +/* $OpenBSD: pf_key_v2.h,v 1.5 2001/02/24 03:59:56 angelos Exp $ */ /* $EOM: pf_key_v2.h,v 1.4 2000/12/04 04:46:35 angelos Exp $ */ /* @@ -50,7 +50,7 @@ extern int pf_key_v2_enable_sa (struct sa *, struct sa *); extern int pf_key_v2_enable_spi (in_addr_t, in_addr_t, in_addr_t, in_addr_t, u_int8_t *, u_int8_t, in_addr_t); extern u_int8_t *pf_key_v2_get_spi (size_t *, u_int8_t, struct sockaddr *, int, - struct sockaddr *, int); + struct sockaddr *, int, u_int32_t); extern int pf_key_v2_group_spis (struct sa *, struct proto *, struct proto *, int); extern void pf_key_v2_handler (int); |