aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Crypto
diff options
context:
space:
mode:
Diffstat (limited to 'WireGuard/WireGuard/Crypto')
-rw-r--r--WireGuard/WireGuard/Crypto/Curve25519.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/Crypto/Curve25519.swift b/WireGuard/WireGuard/Crypto/Curve25519.swift
index bd49e12..d498a64 100644
--- a/WireGuard/WireGuard/Crypto/Curve25519.swift
+++ b/WireGuard/WireGuard/Crypto/Curve25519.swift
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
-import UIKit
+import Foundation
struct Curve25519 {