diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-14 23:40:02 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-14 23:40:02 +0000 |
commit | 4aa108e08165951b9c666cf5c51aeb5dca9ced1c (patch) | |
tree | 6f7a058a41dfb36868a9841cc4e39ebdb2c7e80f /sbin/isakmpd/sa.h | |
parent | 381ab4ca856ec50be5342a387f0ce3a8ba4b8e6c (diff) |
Handling of Phase 1 DELETE and Phase 2 INVALID_SPI messages
(newsham@lava.net)
Diffstat (limited to 'sbin/isakmpd/sa.h')
-rw-r--r-- | sbin/isakmpd/sa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/sa.h b/sbin/isakmpd/sa.h index b38ef0ed532..cb6b51dbc23 100644 --- a/sbin/isakmpd/sa.h +++ b/sbin/isakmpd/sa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sa.h,v 1.18 2000/10/10 13:35:24 niklas Exp $ */ +/* $OpenBSD: sa.h,v 1.19 2001/01/14 23:40:01 angelos Exp $ */ /* $EOM: sa.h,v 1.58 2000/10/10 12:39:01 provos Exp $ */ /* @@ -199,10 +199,10 @@ extern struct sa *sa_lookup_by_peer (struct sockaddr *, socklen_t); extern struct sa *sa_lookup_by_header (u_int8_t *, int); extern struct sa *sa_lookup_by_name (char *, int); extern struct sa *sa_lookup_from_icookie (u_int8_t *); +extern struct sa *sa_lookup_isakmp_sa (struct sockaddr *, u_int8_t *); extern void sa_mark_replaced (struct sa *); extern void sa_reference (struct sa *); extern void sa_release (struct sa *); extern void sa_report (void); extern int sa_setup_expirations (struct sa *); - #endif /* _SA_H_ */ |