diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-01-31 10:08:00 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-01-31 10:08:00 +0000 |
commit | 8b20a08b26f93d8cbdf894d28f1698681d44a168 (patch) | |
tree | 8b61d6fcf51274a86b64866910d4a44179c86d8c | |
parent | 409fe8a2d0f793b1c851af4bf71d0919d62907b0 (diff) |
Remove unused stuff.
ok markus
-rw-r--r-- | sbin/isakmpd/crypto.h | 5 | ||||
-rw-r--r-- | sbin/isakmpd/exchange.h | 6 |
2 files changed, 3 insertions, 8 deletions
diff --git a/sbin/isakmpd/crypto.h b/sbin/isakmpd/crypto.h index 1095c7e48c7..597d8a65553 100644 --- a/sbin/isakmpd/crypto.h +++ b/sbin/isakmpd/crypto.h @@ -1,4 +1,4 @@ -/* $OpenBSD: crypto.h,v 1.14 2004/05/14 08:42:56 hshoexer Exp $ */ +/* $OpenBSD: crypto.h,v 1.15 2005/01/31 10:07:59 hshoexer Exp $ */ /* $EOM: crypto.h,v 1.12 2000/10/15 21:56:41 niklas Exp $ */ /* @@ -101,9 +101,6 @@ struct keystate { struct crypto_xf *xf; /* Back pointer */ - u_int16_t ebytes; /* Number of encrypted bytes */ - u_int16_t dbytes; /* Number of decrypted bytes */ - time_t life; /* Creation time */ u_int8_t iv[MAXBLK]; /* Next IV to use */ u_int8_t iv2[MAXBLK]; u_int8_t *riv, *liv; diff --git a/sbin/isakmpd/exchange.h b/sbin/isakmpd/exchange.h index d7c215c2bfb..35610c284be 100644 --- a/sbin/isakmpd/exchange.h +++ b/sbin/isakmpd/exchange.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exchange.h,v 1.28 2004/08/23 11:13:14 ho Exp $ */ +/* $OpenBSD: exchange.h,v 1.29 2005/01/31 10:07:59 hshoexer Exp $ */ /* $EOM: exchange.h,v 1.28 2000/09/28 12:54:28 niklas Exp $ */ /* @@ -192,12 +192,10 @@ struct exchange { void *recv_key; /* Key peer used to authenticate, * native format */ - /* Likewise, for certificates/keys we use. */ + /* Likewise, for certificates we use. */ int sent_certtype, sent_keytype; void *sent_cert; /* Certificate (to be) sent to peer, * native format */ - void *sent_key; /* Key we'll use to authenticate to - * peer, native format */ /* ACQUIRE sequence number. */ u_int32_t seq; |