SwiftPM doesn't need it and this would allow removal of CCryptoBoringSSL dependency on non-Darwin platforms, thus reducing SwiftPM size.
Also remove CryptoKitErrors_boring.swift in _CryptoExtras because the same util already exists in Crypto and code in _CryptoExtras can use that instead.
SwiftPM doesn't need it and this would allow removal of
CCryptoBoringSSL
dependency on non-Darwin platforms, thus reducing SwiftPM size.Also removeCryptoKitErrors_boring.swift
in_CryptoExtras
because the same util already exists inCrypto
and code in_CryptoExtras
can use that instead.