Skip to content

Commit

Permalink
Android build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Nov 8, 2024
1 parent 27c6b0f commit 6967874
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/X509/Verifier/ServerIdentityPolicy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import Foundation
import SwiftASN1
#if os(Windows)
import WinSDK
#elseif canImport(Android)
import Android
#endif

/// A ``VerifierPolicy`` that validates that the leaf certificate is authoritative
Expand Down

0 comments on commit 6967874

Please sign in to comment.