Skip to content

Commit

Permalink
add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rnro committed Dec 11, 2024
1 parent 775c7d8 commit 5f95d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Crypto/Signatures/BoringSSL/ECDSA_boring.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
@_exported import CryptoKit
#else
@_implementationOnly import CCryptoBoringSSL
import CryptoBoringWrapper
import Foundation

extension Data {
Expand Down
1 change: 1 addition & 0 deletions Tests/_CryptoExtrasTests/AES_CFBTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//===----------------------------------------------------------------------===//

import Crypto
import CryptoBoringWrapper
@testable import _CryptoExtras
import XCTest

Expand Down

0 comments on commit 5f95d92

Please sign in to comment.