diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-10-07 06:59:47 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-10-07 06:59:47 +0000 |
commit | d693dc74dc8bec28e1c735bb5575c398f961fed0 (patch) | |
tree | f94af7d1629babb05af49d59ae8682c513d79cfb /sbin | |
parent | de8609f0d3e6cbe73096f00287e0ea7c8addc5b2 (diff) |
Merge with EOM 1.28
author: niklas
Obsolete commentary
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/exchange.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/exchange.h b/sbin/isakmpd/exchange.h index 978a8d16253..f4ec48836ad 100644 --- a/sbin/isakmpd/exchange.h +++ b/sbin/isakmpd/exchange.h @@ -1,5 +1,5 @@ -/* $OpenBSD: exchange.h,v 1.14 2000/06/08 20:49:44 niklas Exp $ */ -/* $EOM: exchange.h,v 1.27 2000/05/19 05:47:52 angelos Exp $ */ +/* $OpenBSD: exchange.h,v 1.15 2000/10/07 06:59:46 niklas Exp $ */ +/* $EOM: exchange.h,v 1.28 2000/09/28 12:54:28 niklas Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. @@ -139,7 +139,7 @@ struct exchange { u_int8_t *nonce_r; size_t nonce_r_len; - /* XXX Do we want to save these in the exchange at all? */ + /* The ID payload contents for the initiator & responder, respectively. */ u_int8_t *id_i; size_t id_i_len; u_int8_t *id_r; |