summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/exchange.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-10 16:41:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-10 16:41:30 +0000
commitbe4ae4c8fa78a60c8d5ad177c8476e798e3787a8 (patch)
tree9147be0ccddd92a0298fb419d2da81bafb8ec191 /sbin/isakmpd/exchange.c
parent2dab5eb58473c9874077ac55ecd8e4dc7c8d4354 (diff)
boring cleanups
Diffstat (limited to 'sbin/isakmpd/exchange.c')
-rw-r--r--sbin/isakmpd/exchange.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/exchange.c b/sbin/isakmpd/exchange.c
index 076b1a8ec79..0b3e8cf0493 100644
--- a/sbin/isakmpd/exchange.c
+++ b/sbin/isakmpd/exchange.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exchange.c,v 1.81 2003/06/04 07:31:16 ho Exp $ */
+/* $OpenBSD: exchange.c,v 1.82 2003/06/10 16:41:29 deraadt Exp $ */
/* $EOM: exchange.c,v 1.143 2000/12/04 00:02:25 angelos Exp $ */
/*
@@ -1674,8 +1674,8 @@ exchange_add_certs (struct message *msg)
id_len = exchange->initiator ? exchange->id_r_len : exchange->id_i_len;
/*
- * Without IDs we cannot handle this yet. Keep the aca_list around for
- * a later step/retry to see if we got the ID by then.
+ * Without IDs we cannot handle this yet. Keep the aca_list around for
+ * a later step/retry to see if we got the ID by then.
* Note: A 'return -1' breaks X509-auth interop in the responder case
* with some IPsec clients that send CERTREQs early (ex SSH Sentinel).
*/