From: niklas Date: Fri, 7 Apr 2000 22:05:48 +0000 (+0000) Subject: Merge with EOM 1.25 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=349f52c15c28c40798709cd361ecb7e9ccef4dcf;p=openbsd Merge with EOM 1.25 author: niklas wording --- diff --git a/sbin/isakmpd/ike_phase_1.c b/sbin/isakmpd/ike_phase_1.c index 718fb62bfcb..9106fdfc1a7 100644 --- a/sbin/isakmpd/ike_phase_1.c +++ b/sbin/isakmpd/ike_phase_1.c @@ -1,5 +1,5 @@ -/* $OpenBSD: ike_phase_1.c,v 1.17 2000/03/08 08:43:04 niklas Exp $ */ -/* $EOM: ike_phase_1.c,v 1.24 2000/03/07 20:40:24 niklas Exp $ */ +/* $OpenBSD: ike_phase_1.c,v 1.18 2000/04/07 22:05:48 niklas Exp $ */ +/* $EOM: ike_phase_1.c,v 1.25 2000/04/07 19:01:39 niklas Exp $ */ /* * Copyright (c) 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -422,7 +422,7 @@ ike_phase_1_initiator_send_KE_NONCE (struct message *msg) return ike_phase_1_send_KE_NONCE (msg, 16); } -/* Accept receptor's public DH value and nonce. */ +/* Accept responder's public DH value and nonce. */ int ike_phase_1_initiator_recv_KE_NONCE (struct message *msg) {