From f71cb4777e4b4e40e35e910626fb27b7d0c76c77 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 19 May 2010 08:02:22 +0200 Subject: [PATCH] checksum_builder() needs the pluto symbol --- src/checksum/checksum_builder.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/checksum/checksum_builder.c b/src/checksum/checksum_builder.c index b68a25a19..2db68054e 100644 --- a/src/checksum/checksum_builder.c +++ b/src/checksum/checksum_builder.c @@ -20,6 +20,9 @@ #include +/* we need to fake the pluto symbol to dlopen() the xauth plugin */ +void *pluto; + int main(int argc, char* argv[]) { int i;