Skip to content

Commit

Permalink
Add support for Android (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
finagolfin authored Sep 12, 2024
1 parent abe0f0b commit a846fc7
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(Android)
import Android
import CoreFoundation
#endif

extension NameConstraintsPolicy {
Expand Down

0 comments on commit a846fc7

Please sign in to comment.