Browse Source

wireguard-mod : remove excessive wait_for_random_bytes

pull/31/head
bolvan 6 years ago
parent
commit
dd9b6d0321
  1. 1
      wireguard/010-wg-mod.patch

1
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(&gtrash, sizeof(gtrash));
+ }
+ return gtrash;
+}
+

Loading…
Cancel
Save