diff options
-rw-r--r-- | sbin/isakmpd/exchange.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/exchange.h b/sbin/isakmpd/exchange.h index b3b5cc68650..d7c215c2bfb 100644 --- a/sbin/isakmpd/exchange.h +++ b/sbin/isakmpd/exchange.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exchange.h,v 1.27 2004/06/20 15:24:05 ho Exp $ */ +/* $OpenBSD: exchange.h,v 1.28 2004/08/23 11:13:14 ho Exp $ */ /* $EOM: exchange.h,v 1.28 2000/09/28 12:54:28 niklas Exp $ */ /* @@ -75,7 +75,7 @@ struct exchange { void *finalize_arg; /* When several SA's are being negotiated we keep them here. */ - TAILQ_HEAD(sa_head, sa) sa_list; + TAILQ_HEAD(sa_head, sa) sa_list; /* * The event that will occur when it has taken too long time to try to |