From c54a140a445bfe7aa66721f68bb0781f26add91c Mon Sep 17 00:00:00 2001 From: Rene Mayrhofer Date: Thu, 22 Feb 2007 20:26:30 +0000 Subject: - Update to new upstream release. --- programs/pluto/ipsec_doi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'programs/pluto/ipsec_doi.c') diff --git a/programs/pluto/ipsec_doi.c b/programs/pluto/ipsec_doi.c index e627f98b2..f4ec22301 100644 --- a/programs/pluto/ipsec_doi.c +++ b/programs/pluto/ipsec_doi.c @@ -12,7 +12,7 @@ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. * - * RCSID $Id: ipsec_doi.c,v 1.42 2007/01/10 00:36:19 as Exp $ + * RCSID $Id: ipsec_doi.c,v 1.43 2007/02/21 14:21:48 as Exp $ */ #include @@ -1781,7 +1781,7 @@ RSA_check_signature(const struct id* peer { char id_buf[BUF_LEN]; /* arbitrary limit on length of ID reported */ - (void) idtoa(&st->st_connection->spd.that.id, id_buf, sizeof(id_buf)); + (void) idtoa(peer, id_buf, sizeof(id_buf)); if (s.best_ugh == NULL) { -- cgit v1.2.3