mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Squashed 'OpenVPN Adapter/Vendors/openvpn/' changes from 3e002c83c..098fd412a
098fd412a [OVPN3-182] mac: add XCode project fd5fa9403 [OI-29] Report IV_HWADDR on iOS d3dd348c0 [OVPN3-165] send keydir opt string only when tls-auth is enabled d0532df66 mbedTLS: add support for ECDSA fa872c4ff [OVPN3-146] build: switch from sha256sum to shasum -a 256 git-subtree-dir: OpenVPN Adapter/Vendors/openvpn git-subtree-split: 098fd412a26b681e55e8c3de924d133f5547fd2f
This commit is contained in:
@@ -687,7 +687,7 @@ namespace openvpn {
|
||||
out << ',' << compstr;
|
||||
}
|
||||
|
||||
if (key_direction >= 0)
|
||||
if (tls_auth_context && (key_direction >= 0))
|
||||
out << ",keydir " << key_direction;
|
||||
|
||||
out << ",cipher " << CryptoAlgs::name(dc.cipher(), "[null-cipher]");
|
||||
|
||||
Reference in New Issue
Block a user