diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:36:35 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:36:35 +0000 |
commit | 97dfa4aabeec4d21a62cad7bcce669bb42fe5943 (patch) | |
tree | 82e970d60a0c8950d1d2f6d7b7f6d7614089bc3b /sbin/isakmpd | |
parent | d305d9e0ddc8607e477697365c639e879766e5cd (diff) |
Merge from the Ericsson repository
| revision 1.24
| date: 1999/02/25 10:21:29; author: niklas; state: Exp; lines: +2 -2
| Replay window changes was done at the wrong level
| ----------------------------
| revision 1.23
| date: 1999/02/25 09:30:22; author: niklas; state: Exp; lines: +2 -1
| Replay protection window configurable
| ----------------------------
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/doi.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/isakmpd/doi.h b/sbin/isakmpd/doi.h index b1f6ce821af..92da624f44d 100644 --- a/sbin/isakmpd/doi.h +++ b/sbin/isakmpd/doi.h @@ -1,5 +1,5 @@ -/* $OpenBSD: doi.h,v 1.3 1998/11/17 11:10:10 niklas Exp $ */ -/* $EOM: doi.h,v 1.22 1998/10/11 12:01:03 niklas Exp $ */ +/* $OpenBSD: doi.h,v 1.4 1999/02/26 03:36:34 niklas Exp $ */ +/* $EOM: doi.h,v 1.24 1999/02/25 10:21:29 niklas Exp $ */ /* * Copyright (c) 1998 Niklas Hallqvist. All rights reserved. @@ -70,6 +70,7 @@ struct doi { struct keystate *(*get_keystate) (struct message *); u_int8_t *(*get_spi) (size_t *, u_int8_t, struct message *); int (*is_attribute_incompatible) (u_int16_t, u_int8_t *, u_int16_t, void *); + void (*proto_init) (struct proto *, char *); void (*setup_situation) (u_int8_t *); size_t (*situation_size) (void); u_int8_t (*spi_size) (u_int8_t); |