]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
checksum_builder() needs the pluto symbol
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 19 May 2010 06:02:22 +0000 (08:02 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 19 May 2010 06:02:22 +0000 (08:02 +0200)
src/checksum/checksum_builder.c

index b68a25a196617570bc4a9c94c459fe6f78dc9a89..2db68054e060b8f110b5b4a2aeeba8aece054cff 100644 (file)
@@ -20,6 +20,9 @@
 
 #include <library.h>
 
+/* we need to fake the pluto symbol to dlopen() the xauth plugin */
+void *pluto;
+
 int main(int argc, char* argv[])
 {
        int i;