From: Andreas Steffen Date: Wed, 19 May 2010 06:02:22 +0000 (+0200) Subject: checksum_builder() needs the pluto symbol X-Git-Tag: 4.4.1~242 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f71cb4777e4b4e40e35e910626fb27b7d0c76c77;p=thirdparty%2Fstrongswan.git checksum_builder() needs the pluto symbol --- diff --git a/src/checksum/checksum_builder.c b/src/checksum/checksum_builder.c index b68a25a196..2db68054e0 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;