aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-01-06 13:37:12 +0100
committerTobias Brunner <tobias@strongswan.org>2014-01-06 13:37:12 +0100
commit5d826357b88f70a0e1b06cfcf28af30359b131be (patch)
tree298ad2767e1cd69d806036b771e5a857643321a3
parent261fd9d33ba3d1134a549c8418b049b48d9c0483 (diff)
downloadstrongswan-5d826357b88f70a0e1b06cfcf28af30359b131be.tar.bz2
strongswan-5d826357b88f70a0e1b06cfcf28af30359b131be.tar.xz
checksum: Remove unnecessary pluto symbol
-rw-r--r--src/checksum/checksum_builder.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/checksum/checksum_builder.c b/src/checksum/checksum_builder.c
index bccd269cf..ae9ba93b6 100644
--- a/src/checksum/checksum_builder.c
+++ b/src/checksum/checksum_builder.c
@@ -23,9 +23,6 @@
#include <daemon.h>
#include <collections/enumerator.h>
-/* we need to fake the pluto symbol to dlopen() the xauth plugin */
-void *pluto;
-
/**
* Integrity checker
*/