diff options
author | Andreas Kling <kling@serenityos.org> | 2020-06-08 21:42:33 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-06-08 21:42:33 +0200 |
commit | 5448a670c0395c7f5ec45fe1bf418f1e440348f7 (patch) | |
tree | 7928e3873969dbe63c88ee1315194df7ef0bbcfc /Ports/dropbear | |
parent | 3ee1b3cbd427f50f1d08e696d8165ba0469a5167 (diff) | |
download | serenity-5448a670c0395c7f5ec45fe1bf418f1e440348f7.zip |
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. :^)
Diffstat (limited to 'Ports/dropbear')
-rw-r--r-- | Ports/dropbear/patches/use-dev-random.patch | 11 |
1 files changed, 0 insertions, 11 deletions
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. |