diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:44:25 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:44:25 +0000 |
commit | d978b19acb3a8bc347d270fc41d44fa9cefe4ee6 (patch) | |
tree | f0867d826d461f61a960030874c616a948323c12 | |
parent | 8261e1939fa8e3e4035f9769b34d582828538d03 (diff) |
Merge from the Ericsson repository
| revision 1.34
| date: 1999/02/25 11:39:08; author: niklas; state: Exp; lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
| revision 1.33
| date: 1999/02/25 09:30:27; author: niklas; state: Exp; lines: +2 -1
| Replay protection window configurable
| ----------------------------
-rw-r--r-- | sbin/isakmpd/isakmp_doi.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/isakmpd/isakmp_doi.c b/sbin/isakmpd/isakmp_doi.c index 5b850c25538..b73e931e5ea 100644 --- a/sbin/isakmpd/isakmp_doi.c +++ b/sbin/isakmpd/isakmp_doi.c @@ -1,5 +1,5 @@ -/* $OpenBSD: isakmp_doi.c,v 1.3 1998/11/17 11:10:14 niklas Exp $ */ -/* $EOM: isakmp_doi.c,v 1.32 1998/10/11 12:01:08 niklas Exp $ */ +/* $OpenBSD: isakmp_doi.c,v 1.4 1999/02/26 03:44:24 niklas Exp $ */ +/* $EOM: isakmp_doi.c,v 1.34 1999/02/25 11:39:08 niklas Exp $ */ /* * Copyright (c) 1998 Niklas Hallqvist. All rights reserved. @@ -42,6 +42,8 @@ #include <sys/types.h> +#include "sysdep.h" + #include "doi.h" #include "exchange.h" #include "isakmp.h" @@ -81,6 +83,7 @@ static struct doi isakmp_doi = { isakmp_get_keystate, 0, /* get_spi not needed. */ 0, /* XXX need maybe be filled-in. */ + 0, /* proto_init not needed. */ isakmp_setup_situation, isakmp_situation_size, isakmp_spi_size, |