Skip to content

Commit

Permalink
[PR Alamofire#696] More flexible server trust policy via public method.
Browse files Browse the repository at this point in the history
  • Loading branch information
lriehn authored and cnoon committed Aug 21, 2015
1 parent cf8127a commit 8d659cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ServerTrustPolicy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class ServerTrustPolicyManager {
self.policies = policies
}

func serverTrustPolicyForHost(host: String) -> ServerTrustPolicy? {
public func serverTrustPolicyForHost(host: String) -> ServerTrustPolicy? {
return policies[host]
}
}
Expand Down

0 comments on commit 8d659cc

Please sign in to comment.