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_imv
/
tnc_imv.c
diff --git
a/src/libcharon/plugins/tnc_imv/tnc_imv.c
b/src/libcharon/plugins/tnc_imv/tnc_imv.c
index
f9cfc34
..
ea15179
100644
(file)
--- a/
src/libcharon/plugins/tnc_imv/tnc_imv.c
+++ b/
src/libcharon/plugins/tnc_imv/tnc_imv.c
@@
-162,7
+162,7
@@
METHOD(imv_t, type_supported, bool,
METHOD(imv_t, destroy, void,
private_tnc_imv_t *this)
{
- dlclose(this->handle);
+
//
dlclose(this->handle);
this->mutex->destroy(this->mutex);
free(this->supported_types);
free(this->name);