apple / swift-nio-ssl

TLS Support for SwiftNIO, based on BoringSSL.
https://swiftpackageindex.com/apple/swift-nio-ssl/main/documentation/niossl
Apache License 2.0
387 stars 139 forks source link

Remove non-generic generic. #357

Closed Lukasa closed 2 years ago

Lukasa commented 2 years ago

As correctly reported by the nightly compiler, this function appears to be generic but has a same-type requirement that means it's actually not generic.