Change SSLError.fail(Uint, String) to SSLError.fail(Int, String).

This commit is contained in:
Bill Abt
2016-05-26 20:29:50 -04:00
parent 51f6218583
commit c854cbefe6
+1 -1
View File
@@ -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 {