Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Sources/X509/Extension Types/SubjectKeyIdentifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@

import SwiftASN1
import Crypto
#if canImport(FoundationEssentials)
import struct FoundationEssentials.Data
#else
import struct Foundation.Data
#endif

/// Provides a means of identifying a certificate that contains a particular public key.
///
Expand Down
Loading