mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Merge commit '56284506fccdd38b3d45b1656809db8036d3ced0' into feature/update-dependencies
This commit is contained in:
@@ -997,6 +997,15 @@ namespace openvpn {
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef USE_OPENSSL
|
||||
if (state->options.exists("allow-name-constraints"))
|
||||
{
|
||||
ClientEvent::Base::Ptr ev = new ClientEvent::UnsupportedFeature("allow-name-constraints",
|
||||
"Always verified correctly with OpenSSL", false);
|
||||
state->events->add_event(std::move(ev));
|
||||
}
|
||||
#endif
|
||||
|
||||
// build client options object
|
||||
ClientOptions::Ptr client_options = new ClientOptions(state->options, cc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user