From f56d2b26235025abd07016f0176a83222a00ba04 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 2 Feb 2007 11:04:05 +0000 Subject: [PATCH] output peer id if RSA public key is not found --- src/pluto/ipsec_doi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pluto/ipsec_doi.c b/src/pluto/ipsec_doi.c index f35b5f9f3..306f7d213 100644 --- a/src/pluto/ipsec_doi.c +++ b/src/pluto/ipsec_doi.c @@ -1772,7 +1772,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) {