diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2021-07-29 14:58:04 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-29 15:58:38 +0200 |
commit | 79066e4b03598abdf5e6ef2ed365af86ce161b88 (patch) | |
tree | eb90faf89c0ed3bb5c1523171b27151edcde4713 /Ports | |
parent | c9c3f6c20f96db56b4088b3d0e23508aa3061425 (diff) | |
download | serenity-79066e4b03598abdf5e6ef2ed365af86ce161b88.zip |
Ports: Remove outdated patch for OpenSSL
Additionally, this patch failed to apply on some versions of `patch`
since it was a git diff instead of a `diff -u` patch.
Diffstat (limited to 'Ports')
-rw-r--r-- | Ports/openssl/patches/RAND_poll.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Ports/openssl/patches/RAND_poll.patch b/Ports/openssl/patches/RAND_poll.patch deleted file mode 100644 index aff9805202..0000000000 --- a/Ports/openssl/patches/RAND_poll.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --git a/crypto/rand/rand_unix.c b/crypto/rand/rand_unix.c ---- rand_unix.c 2019-09-10 16:24:10.000000000 +0300 -+++ rand_unix_b.c 2020-01-26 15:34:21.226177000 +0300 -@@ -109,6 +109,7 @@ - * - */ - #include <stdio.h> -+#include <fd_set.h> - - #define USE_SOCKETS - #include "e_os.h" |