mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
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.
This commit is contained in:
parent
c9c3f6c20f
commit
79066e4b03
Notes:
sideshowbarker
2024-07-18 07:47:46 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/79066e4b035 Pull-request: https://github.com/SerenityOS/serenity/pull/9087 Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 11 deletions
|
@ -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"
|
Loading…
Reference in a new issue