strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Changed the static function name in openssl_rsa_public_key object
[strongswan.git]
/
src
/
libcharon
/
plugins
/
tnc_imc
/
tnc_imc.c
diff --git
a/src/libcharon/plugins/tnc_imc/tnc_imc.c
b/src/libcharon/plugins/tnc_imc/tnc_imc.c
index
52e5266
..
cf2f09a
100644
(file)
--- a/
src/libcharon/plugins/tnc_imc/tnc_imc.c
+++ b/
src/libcharon/plugins/tnc_imc/tnc_imc.c
@@
-161,7
+161,7
@@
METHOD(imc_t, type_supported, bool,
METHOD(imc_t, destroy, void,
private_tnc_imc_t *this)
{
- dlclose(this->handle);
+
//
dlclose(this->handle);
this->mutex->destroy(this->mutex);
free(this->supported_types);
free(this->name);