diff options
Diffstat (limited to 'ios/PacketTunnelCore')
| -rw-r--r-- | ios/PacketTunnelCore/Actor/Protocols/EphemeralPeerExchangingProtocol.swift | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ios/PacketTunnelCore/Actor/Protocols/EphemeralPeerExchangingProtocol.swift b/ios/PacketTunnelCore/Actor/Protocols/EphemeralPeerExchangingProtocol.swift index bffc4f7a21..a0d596fd9e 100644 --- a/ios/PacketTunnelCore/Actor/Protocols/EphemeralPeerExchangingProtocol.swift +++ b/ios/PacketTunnelCore/Actor/Protocols/EphemeralPeerExchangingProtocol.swift @@ -9,7 +9,7 @@ import WireGuardKitTypes public protocol EphemeralPeerExchangingProtocol { - func start() - func receivePostQuantumKey(_ preSharedKey: PreSharedKey, ephemeralKey: PrivateKey) - func receiveEphemeralPeerPrivateKey(_: PrivateKey) + func start() async + func receivePostQuantumKey(_ preSharedKey: PreSharedKey, ephemeralKey: PrivateKey) async + func receiveEphemeralPeerPrivateKey(_: PrivateKey) async } |
