diff --git a/Sources/CryptoBoringWrapper/CMakeLists.txt b/Sources/CryptoBoringWrapper/CMakeLists.txt index 47163252..8c7337e7 100644 --- a/Sources/CryptoBoringWrapper/CMakeLists.txt +++ b/Sources/CryptoBoringWrapper/CMakeLists.txt @@ -15,8 +15,8 @@ add_library(CryptoBoringWrapper STATIC "AEAD/BoringSSLAEAD.swift" "CryptoKitErrors_boring.swift" - "Util/ArbitraryPrecisionInteger_boring.swift" - "Util/FiniteFieldArithmeticContext_boring.swift") + "Util/ArbitraryPrecisionInteger.swift" + "Util/FiniteFieldArithmeticContext.swift") target_include_directories(CryptoBoringWrapper PUBLIC $ diff --git a/Sources/CryptoBoringWrapper/Util/ArbitraryPrecisionInteger_boring.swift b/Sources/CryptoBoringWrapper/Util/ArbitraryPrecisionInteger.swift similarity index 100% rename from Sources/CryptoBoringWrapper/Util/ArbitraryPrecisionInteger_boring.swift rename to Sources/CryptoBoringWrapper/Util/ArbitraryPrecisionInteger.swift diff --git a/Sources/CryptoBoringWrapper/Util/FiniteFieldArithmeticContext_boring.swift b/Sources/CryptoBoringWrapper/Util/FiniteFieldArithmeticContext.swift similarity index 100% rename from Sources/CryptoBoringWrapper/Util/FiniteFieldArithmeticContext_boring.swift rename to Sources/CryptoBoringWrapper/Util/FiniteFieldArithmeticContext.swift