Skip to content

Commit

Permalink
Add support for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
finagolfin committed Aug 10, 2024
1 parent 2f79730 commit f77915e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/X509/Verifier/RFC5280/URIConstraints.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ import Musl
import CoreFoundation
#elseif canImport(Darwin)
import Darwin
#elseif canImport(Bionic)
import Bionic
import CoreFoundation
#endif

extension NameConstraintsPolicy {
Expand Down

0 comments on commit f77915e

Please sign in to comment.