From c854cbefe679ed11435fa48eb3ea0804ff2be70d Mon Sep 17 00:00:00 2001 From: Bill Abt Date: Thu, 26 May 2016 20:29:50 -0400 Subject: [PATCH] Change SSLError.fail(Uint, String) to SSLError.fail(Int, String). --- Sources/SocketProtocols.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {