diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-01-06 13:37:12 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-01-06 13:37:12 +0100 |
commit | 5d826357b88f70a0e1b06cfcf28af30359b131be (patch) | |
tree | 298ad2767e1cd69d806036b771e5a857643321a3 | |
parent | 261fd9d33ba3d1134a549c8418b049b48d9c0483 (diff) | |
download | strongswan-5d826357b88f70a0e1b06cfcf28af30359b131be.tar.bz2 strongswan-5d826357b88f70a0e1b06cfcf28af30359b131be.tar.xz |
checksum: Remove unnecessary pluto symbol
-rw-r--r-- | src/checksum/checksum_builder.c | 3 |
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 */ |