From dd9b6d0321d7ffbdbf18a1ce4d0130d17672eb5c Mon Sep 17 00:00:00 2001 From: bolvan Date: Mon, 29 Apr 2019 23:36:45 +0300 Subject: [PATCH] wireguard-mod : remove excessive wait_for_random_bytes --- wireguard/010-wg-mod.patch | 1 - 1 file changed, 1 deletion(-) diff --git a/wireguard/010-wg-mod.patch b/wireguard/010-wg-mod.patch index 0fd8a79..1577da6 100644 --- a/wireguard/010-wg-mod.patch +++ b/wireguard/010-wg-mod.patch @@ -88,7 +88,6 @@ Index: WireGuard-0.0.20190123/src/noise.c + else + // first value is true random + get_random_bytes_wait(>rash, sizeof(gtrash)); -+ } + return gtrash; +} +