diff options
author | David Krause <david@cvs.openbsd.org> | 2003-02-26 08:18:00 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-02-26 08:18:00 +0000 |
commit | a00d854ed6c50c2de32c2d03c632f4c750b91136 (patch) | |
tree | b48a44f300efbd97aa8ad246474ee0bcb65d829c /sbin/isakmpd/exchange.c | |
parent | b8adc92a35eae036c3465c472f327c58ac3798ae (diff) |
IPsec is written ``IPsec'', not ``IPSec''.
ok ho@
Diffstat (limited to 'sbin/isakmpd/exchange.c')
-rw-r--r-- | sbin/isakmpd/exchange.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/exchange.c b/sbin/isakmpd/exchange.c index de121b79919..ef5d2c4884a 100644 --- a/sbin/isakmpd/exchange.c +++ b/sbin/isakmpd/exchange.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exchange.c,v 1.76 2003/01/09 02:50:00 ho Exp $ */ +/* $OpenBSD: exchange.c,v 1.77 2003/02/26 08:17:59 david Exp $ */ /* $EOM: exchange.c,v 1.143 2000/12/04 00:02:25 angelos Exp $ */ /* @@ -1687,7 +1687,7 @@ exchange_add_certs (struct message *msg) * 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). + * with some IPsec clients that send CERTREQs early (ex SSH Sentinel). */ if (!id) return 0; |