diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-03-04 16:20:08 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-03-04 16:20:08 +0000 |
commit | ccc2ee524f8a3d40f352a30d1e15d76830f470ba (patch) | |
tree | 14f1ee7f2242dfbee15dd5a4e5c3f796d2959787 /sbin/isakmpd | |
parent | cc45a7df6c2672aaa146b8e31fb6b8b83b337155 (diff) |
remove unused stuff.
ok ho@
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/sa.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/sbin/isakmpd/sa.h b/sbin/isakmpd/sa.h index a7b9174a4ab..9d5590027e7 100644 --- a/sbin/isakmpd/sa.h +++ b/sbin/isakmpd/sa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sa.h,v 1.42 2004/12/08 16:08:10 markus Exp $ */ +/* $OpenBSD: sa.h,v 1.43 2005/03/04 16:20:07 hshoexer Exp $ */ /* $EOM: sa.h,v 1.58 2000/10/10 12:39:01 provos Exp $ */ /* @@ -44,7 +44,6 @@ /* Remove a SA if it has not been fully negotiated in this time. */ #define SA_NEGOTIATION_MAX_TIME 120 -struct crypto_xf; struct doi; struct event; struct exchange; @@ -89,7 +88,7 @@ struct proto { void *data; /* Proposal transforms data, for validating the responders selection. */ - TAILQ_HEAD(proto_attr_head, proto_attr) xfs; + TAILQ_HEAD(proto_attr_head, proto_attr) xfs; size_t xf_cnt; }; @@ -149,8 +148,6 @@ struct sa { * Crypto info needed to encrypt/decrypt packets protected by this * SA. */ - struct crypto_xf *crypto; - int key_length; struct keystate *keystate; /* IDs from Phase 1 */ @@ -299,21 +296,14 @@ struct sa_kinfo { u_int64_t exp_first_use; u_int64_t last_used; - u_int64_t last_marked; struct sockaddr_storage dst; struct sockaddr_storage src; struct sockaddr_storage proxy; u_int32_t spi; - u_int32_t rpl; u_int16_t udpencap_port; - u_int16_t amxkeylen; - u_int16_t emxkeylen; - u_int16_t ivlen; - u_int8_t sproto; u_int8_t wnd; - u_int8_t satype; }; #endif /* _SA_H_ */ |