WireGuardKit: Fix import statements
Signed-off-by: Andrej Mihajlov <and@mullvad.net>
This commit is contained in:
parent
ec57408570
commit
c9eafd82ac
|
@ -4,7 +4,7 @@
|
|||
import Foundation
|
||||
import Network
|
||||
import NetworkExtension
|
||||
import WireGuardKitCTarget
|
||||
import WireGuardKitC
|
||||
|
||||
class PacketTunnelSettingsGenerator {
|
||||
let tunnelConfiguration: TunnelConfiguration
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
|
||||
|
||||
import Foundation
|
||||
import WireGuardKitCTarget
|
||||
import WireGuardKitC
|
||||
|
||||
/// The class describing a private key used by WireGuard.
|
||||
public class PrivateKey: _BaseKey {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
import Foundation
|
||||
import NetworkExtension
|
||||
import libwg_go
|
||||
import WireGuardKitGo
|
||||
|
||||
public enum WireGuardAdapterError: Error {
|
||||
/// Failure to locate tunnel file descriptor.
|
||||
|
|
Loading…
Reference in New Issue