summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-03-05 16:07:06 +0100
committerLinus Färnstrand <linus@mullvad.net>2017-03-06 08:23:20 +0100
commitede1cc3c106af364c0049094bba6cebc212cf9ec (patch)
tree5d67173ff781c1784362b38713c11beace1078cb
parentad13145060ee936c7fef5137c07515d8b9d2d7f2 (diff)
downloadmullvadvpn-ede1cc3c106af364c0049094bba6cebc212cf9ec.tar.xz
mullvadvpn-ede1cc3c106af364c0049094bba6cebc212cf9ec.zip
Naming cleanup
-rw-r--r--talpid_openvpn_plugin/src/ffi/structs.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/talpid_openvpn_plugin/src/ffi/structs.rs b/talpid_openvpn_plugin/src/ffi/structs.rs
index 325f312974..ba5bc2b343 100644
--- a/talpid_openvpn_plugin/src/ffi/structs.rs
+++ b/talpid_openvpn_plugin/src/ffi/structs.rs
@@ -17,9 +17,9 @@ pub struct openvpn_plugin_args_open_in {
#[allow(dead_code)]
#[repr(C)]
enum ovpnSSLAPI {
- SSLAPI_NONE,
- SSLAPI_OPENSSL,
- SSLAPI_MBEDTLS,
+ None,
+ OpenSsl,
+ MbedTls,
}
/// Struct used for returning values from `openvpn_plugin_open_v3` to OpenVPN.