Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use Bionic module from new Android overlay in Swift 6 instead
  • Loading branch information
finagolfin committed Jul 12, 2024
commit 048b8618b496ffb5d4f4c156d8603d9a751312af
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ import Dispatch
import NIOCore
#if canImport(Darwin)
import Darwin
#else
#elseif canImport(Glibc)
import Glibc
#endif // canImport(Darwin)
#elseif canImport(Bionic)
import Bionic
#endif

/// A ``NIOSSHCertifiedPublicKey`` is an SSH public key combined with an SSH certificate.
///
Expand Down