indentation
This commit is contained in:
parent
94ae12d450
commit
0fd2ceaf72
3
crypto/dist/ipsec-tools/ChangeLog
vendored
3
crypto/dist/ipsec-tools/ChangeLog
vendored
@ -1,3 +1,6 @@
|
|||||||
|
2007-07-16 Yvan Vanhullebus <vanhu@netasq.com>
|
||||||
|
* src/racoon/proposal.c: indentation
|
||||||
|
|
||||||
2007-06-07 Emmanuel Dreyfus <manu@netbsd.org>
|
2007-06-07 Emmanuel Dreyfus <manu@netbsd.org>
|
||||||
From Paul Winder <Paul.Winder@tadpole.com>:
|
From Paul Winder <Paul.Winder@tadpole.com>:
|
||||||
* src/racoon/isakmp_cfg.c: Fix ignored INTERNAL_DNS4_LIST
|
* src/racoon/isakmp_cfg.c: Fix ignored INTERNAL_DNS4_LIST
|
||||||
|
12
crypto/dist/ipsec-tools/src/racoon/proposal.c
vendored
12
crypto/dist/ipsec-tools/src/racoon/proposal.c
vendored
@ -1,6 +1,6 @@
|
|||||||
/* $NetBSD: proposal.c,v 1.13 2006/12/09 05:52:57 manu Exp $ */
|
/* $NetBSD: proposal.c,v 1.14 2007/07/16 15:03:13 vanhu Exp $ */
|
||||||
|
|
||||||
/* $Id: proposal.c,v 1.13 2006/12/09 05:52:57 manu Exp $ */
|
/* $Id: proposal.c,v 1.14 2007/07/16 15:03:13 vanhu Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
|
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
|
||||||
@ -1185,10 +1185,10 @@ set_proposal_from_proposal(iph2)
|
|||||||
* make my proposal according as the client proposal.
|
* make my proposal according as the client proposal.
|
||||||
* XXX assumed there is only one proposal even if it's the SA bundle.
|
* XXX assumed there is only one proposal even if it's the SA bundle.
|
||||||
*/
|
*/
|
||||||
for (i = 0; i < MAXPROPPAIRLEN; i++) {
|
for (i = 0; i < MAXPROPPAIRLEN; i++) {
|
||||||
if (pair[i] == NULL)
|
if (pair[i] == NULL)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (pp_peer != NULL)
|
if (pp_peer != NULL)
|
||||||
flushsaprop(pp_peer);
|
flushsaprop(pp_peer);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user