From 0539929d0ca56466e8b63e54b86dd2c754ddee81 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 8 Feb 2019 03:21:52 +0100 Subject: Key: Use C implementation instead Swift compiles so slowly and it's unclear all of the insane type punning was even correct. Signed-off-by: Jason A. Donenfeld --- WireGuard/WireGuard/WireGuard-Bridging-Header.h | 1 + 1 file changed, 1 insertion(+) (limited to 'WireGuard/WireGuard') diff --git a/WireGuard/WireGuard/WireGuard-Bridging-Header.h b/WireGuard/WireGuard/WireGuard-Bridging-Header.h index 95e712b..210b3df 100644 --- a/WireGuard/WireGuard/WireGuard-Bridging-Header.h +++ b/WireGuard/WireGuard/WireGuard-Bridging-Header.h @@ -4,3 +4,4 @@ #include "wireguard-go-version.h" #include "ringlogger.h" #include "highlighter.h" +#include "key.h" -- cgit v1.2.3-59-g8ed1b