Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Fix the timespec import
  • Loading branch information
FranzBusch committed Mar 30, 2022
commit d7e1abe7a7f53e04625995ad930c93d0969af6b4
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
import Crypto
import Dispatch
import NIOCore
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
import Darwin
#else
import Glibc
#endif

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