summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/sysdep.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-02-24 04:00:00 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-02-24 04:00:00 +0000
commit5935d29a2f96630b8e2b1796f8392067115fd0f0 (patch)
treebcd13f8452f78f08f6ca99bc9c13d0597cd9bc9f /sbin/isakmpd/sysdep.h
parent45d74a5c03e81c13cba27fb734334558336c8ea4 (diff)
For the GETSPI PFKEY message, use the sequence number from the ACQUIRE
message.
Diffstat (limited to 'sbin/isakmpd/sysdep.h')
-rw-r--r--sbin/isakmpd/sysdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/sysdep.h b/sbin/isakmpd/sysdep.h
index d3c193db13b..8ca48cf2d7b 100644
--- a/sbin/isakmpd/sysdep.h
+++ b/sbin/isakmpd/sysdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysdep.h,v 1.8 2000/12/12 01:46:17 niklas Exp $ */
+/* $OpenBSD: sysdep.h,v 1.9 2001/02/24 03:59:56 angelos Exp $ */
/* $EOM: sysdep.h,v 1.17 2000/12/04 04:46:35 angelos Exp $ */
/*
@@ -52,7 +52,7 @@ extern void sysdep_connection_check (char *);
extern int sysdep_ipsec_delete_spi (struct sa *, struct proto *, int);
extern int sysdep_ipsec_enable_sa (struct sa *, struct sa *);
extern u_int8_t *sysdep_ipsec_get_spi (size_t *, u_int8_t, struct sockaddr *,
- int, struct sockaddr *, int);
+ int, struct sockaddr *, int, u_int32_t);
extern int sysdep_ipsec_group_spis (struct sa *, struct proto *,
struct proto *, int);
extern int sysdep_ipsec_set_spi (struct sa *, struct proto *, int);