add dummy protocol for linux

This commit is contained in:
Erik Little 2017-09-16 12:13:35 -04:00
parent 7120d89a17
commit b85e42bbf9
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -161,6 +161,8 @@ extension SocketEngineWebsocket {
} }
#if os(Linux) #if os(Linux)
protocol WebSocketDelegate { }
/// SSLSecurity does nothing on Linux. /// SSLSecurity does nothing on Linux.
public final class SSLSecurity { } public final class SSLSecurity { }