diff --git a/Sources/SocketProtocols.swift b/Sources/SocketProtocols.swift index 14c95e2..d090838 100644 --- a/Sources/SocketProtocols.swift +++ b/Sources/SocketProtocols.swift @@ -135,7 +135,7 @@ public enum SSLError: ErrorProtocol, CustomStringConvertible { case success /// Failure with error code and reason - case fail(UInt, String) + case fail(Int, String) /// The error code itself public var code: Int {