Skip to content

Commit f76f7ee

Browse files
committed
Add @_spi(Testing) to SRPKeyPair.init
1 parent 4218fe8 commit f76f7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SRP/keys.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public struct SRPKeyPair {
5959
/// - Parameters:
6060
/// - public: The public key of the key pair
6161
/// - private: The private key of the key pair
62-
init(public: SRPKey, private: SRPKey) {
62+
@_spi(Testing) public init(public: SRPKey, private: SRPKey) {
6363
self.private = `private`
6464
self.public = `public`
6565
}

0 commit comments

Comments
 (0)