File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ extension P256 {
2727 internal typealias Ciphersuite = ARC . Ciphersuite < H2G >
2828 fileprivate typealias Server = ARC . Server < H2G >
2929
30- // TODO: ARC internals changed recently to use this a lot more——might benefit from being a stored property.
31- internal static var ciphersuite : Ciphersuite { Ciphersuite ( H2G . self) }
30+ internal static let ciphersuite = Ciphersuite ( H2G . self)
3231 }
3332}
3433
@@ -408,8 +407,7 @@ extension P384 {
408407 internal typealias Ciphersuite = ARC . Ciphersuite < H2G >
409408 fileprivate typealias Server = ARC . Server < H2G >
410409
411- // TODO: ARC internals changed recently to use this a lot more——might benefit from being a stored property.
412- internal static var ciphersuite : Ciphersuite { Ciphersuite ( H2G . self) }
410+ internal static let ciphersuite = Ciphersuite ( H2G . self)
413411 }
414412}
415413
You can’t perform that action at this time.
0 commit comments