From 5448a670c0395c7f5ec45fe1bf418f1e440348f7 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 8 Jun 2020 21:42:33 +0200 Subject: Base: Symlink /dev/urandom to /dev/random Some software expects to find /dev/urandom so we might as well provide. Gets rid of one dropbear patch. :^) --- Ports/dropbear/patches/use-dev-random.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Ports/dropbear/patches/use-dev-random.patch (limited to 'Ports/dropbear') diff --git a/Ports/dropbear/patches/use-dev-random.patch b/Ports/dropbear/patches/use-dev-random.patch deleted file mode 100644 index 3f412b6820..0000000000 --- a/Ports/dropbear/patches/use-dev-random.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/sysoptions.h -+++ b/sysoptions.h -@@ -256,7 +256,7 @@ - /* Source for randomness. This must be able to provide hundreds of bytes per SSH - * connection without blocking. */ - #ifndef DROPBEAR_URANDOM_DEV --#define DROPBEAR_URANDOM_DEV "/dev/urandom" -+#define DROPBEAR_URANDOM_DEV "/dev/random" - #endif - - /* client keyboard interactive authentication is often used for password auth. -- cgit v1.2.3