summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/sysdep/openbsd-encap/sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/isakmpd/sysdep/openbsd-encap/sysdep.c')
-rw-r--r--sbin/isakmpd/sysdep/openbsd-encap/sysdep.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/isakmpd/sysdep/openbsd-encap/sysdep.c b/sbin/isakmpd/sysdep/openbsd-encap/sysdep.c
index 367c5ed10da..eef756f5d08 100644
--- a/sbin/isakmpd/sysdep/openbsd-encap/sysdep.c
+++ b/sbin/isakmpd/sysdep/openbsd-encap/sysdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysdep.c,v 1.3 2001/02/24 03:59:59 angelos Exp $ */
+/* $OpenBSD: sysdep.c,v 1.4 2001/05/05 00:51:49 angelos Exp $ */
/*
* Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved.
@@ -196,10 +196,11 @@ sysdep_ipsec_group_spis (struct sa *sa, struct proto *proto1,
}
int
-sysdep_ipsec_set_spi (struct sa *sa, struct proto *proto, int incoming)
+sysdep_ipsec_set_spi (struct sa *sa, struct proto *proto, int incoming,
+ struct sa *isakmp_sa)
{
if (app_none)
return 0;
- return KEY_API (set_spi) (sa, proto, incoming);
+ return KEY_API (set_spi) (sa, proto, incoming, isakmp_sa);
}
#endif