We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a4f6f commit b06a03dCopy full SHA for b06a03d
Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift
@@ -17,9 +17,11 @@ import Dispatch
17
import NIOCore
18
#if canImport(Darwin)
19
import Darwin
20
-#else
+#elseif canImport(Glibc)
21
import Glibc
22
-#endif // canImport(Darwin)
+#elseif canImport(Bionic)
23
+import Bionic
24
+#endif
25
26
/// A ``NIOSSHCertifiedPublicKey`` is an SSH public key combined with an SSH certificate.
27
///
0 commit comments