Skip to content

Commit 50e95e5

Browse files
committed
Fix NIO SSL patch on CI
1 parent 6a7295c commit 50e95e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

swift-nio-ssl-test.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ index 494186e..090ceb8 100644
1010
+import Android
1111
+#endif
1212
+
13-
#if compiler(>=6.1)
14-
internal import CNIOBoringSSL
15-
#else
13+
let samplePemCert = """
14+
-----BEGIN CERTIFICATE-----
15+
MIIGGzCCBAOgAwIBAgIJAJ/X0Fo0ynmEMA0GCSqGSIb3DQEBCwUAMIGjMQswCQYD
1616
diff --git a/Tests/NIOSSLTests/SSLCertificateTest.swift b/Tests/NIOSSLTests/SSLCertificateTest.swift
1717
index 18d3a1a..9bbd447 100644
1818
--- a/Tests/NIOSSLTests/SSLCertificateTest.swift

0 commit comments

Comments
 (0)