]> git.ipfire.org Git - thirdparty/strongswan.git/commit
plugin-loader: Don't prevent dynamic linking in addition to static constructors
authorTobias Brunner <tobias@strongswan.org>
Mon, 11 Aug 2025 13:55:03 +0000 (15:55 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 22 Aug 2025 13:32:39 +0000 (15:32 +0200)
commit1b551a9bfdd8f427596cd54048bf8d58ebc373e1
treed99f3f7854d9bc7990f525145e0cb5af37678f07
parente9fa338e23cf1cdbb06b59b350ac942565946d94
plugin-loader: Don't prevent dynamic linking in addition to static constructors

When built with static plugins and constructors, we might still want to
be able to load external plugins.

Fixes: d860c26e9533 ("plugin-loader: Properly support compilation without dlopen()/dlsym() etc.")
src/libstrongswan/plugins/plugin_loader.c