Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
consuelita committed Dec 14, 2018
1 parent cb0ad66 commit 2e89a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ReplicantSwift/ReplicantConfigTemplate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public struct ReplicantConfigTemplate: Codable
}
}

public mutating func createConfig(withServerKey serverPublicKey: SecKey) -> String?
public func createConfig(withServerKey serverPublicKey: SecKey) -> String?
{
// Encode key as data
var error: Unmanaged<CFError>?
Expand Down

0 comments on commit 2e89a48

Please sign in to comment.