aws-signer-v4/Sources/AWSCrypto/Insecure.swift

9 lines
152 B
Swift

// Replicating the CryptoKit framework interface for < macOS 10.15
// written by AdamFowler 2020/01/30
#if !os(Linux)
public enum Insecure {}
#endif