summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/sa.h
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2003-05-15 02:28:57 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2003-05-15 02:28:57 +0000
commit7ab4d2e1ce634f2c292c286ad7cbf39c6cc9ba7d (patch)
treef183cc4cdbd6b6d83920cd32e2c53e48d7b6a8f7 /sbin/isakmpd/sa.h
parent304dd6a633f939aff30272a8469ff58292793c72 (diff)
Cleanup. Do not store the private key in either the exchange or sa structs.
Diffstat (limited to 'sbin/isakmpd/sa.h')
-rw-r--r--sbin/isakmpd/sa.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/isakmpd/sa.h b/sbin/isakmpd/sa.h
index 4b7fbb0b07c..683d5f47a64 100644
--- a/sbin/isakmpd/sa.h
+++ b/sbin/isakmpd/sa.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sa.h,v 1.29 2002/06/09 08:13:07 todd Exp $ */
+/* $OpenBSD: sa.h,v 1.30 2003/05/15 02:28:56 ho Exp $ */
/* $EOM: sa.h,v 1.58 2000/10/10 12:39:01 provos Exp $ */
/*
@@ -166,11 +166,9 @@ struct sa {
* Certificates or other information we used to authenticate to the peer,
* Phase 1.
*/
- int sent_certtype, sent_keytype;
+ int sent_certtype;
/* Certificate (to be) sent to peer, native format. */
void *sent_cert;
- /* Key we'll use to authenticate to peer, native format. */
- void *sent_key;
/* DOI-specific opaque data. */
void *data;