Skip to content

Commit

Permalink
openssl: Fix broken patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke committed Dec 23, 2024
1 parent 8fa7838 commit 1aeeecc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions patches/openssl/0001-Add-managarm-support.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 02c4ded3f3aa33989212d34653abd71170c2ffe0 Mon Sep 17 00:00:00 2001
From 2d8654e4a6710cd29a548af4fee5eafb648841fb Mon Sep 17 00:00:00 2001
From: Dennis Bonke <[email protected]>
Date: Sun, 21 Feb 2021 13:22:15 +0100
Subject: [PATCH 1/2] Add managarm support
Expand All @@ -11,10 +11,10 @@ Signed-off-by: Dennis Bonke <[email protected]>
3 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/Configure b/Configure
index b286dd0678..b9faa33921 100755
index 4bea49d7..964793fe 100755
--- a/Configure
+++ b/Configure
@@ -1546,20 +1546,7 @@ unless ($disabled{"crypto-mdebug-backtrace"})
@@ -1549,20 +1549,7 @@ unless ($disabled{"crypto-mdebug-backtrace"})
unless ($disabled{afalgeng}) {
$config{afalgeng}="";
if (grep { $_ eq 'afalgeng' } @{$target{enable}}) {
Expand All @@ -37,7 +37,7 @@ index b286dd0678..b9faa33921 100755
disable('not-linux', 'afalgeng');
}
diff --git a/apps/speed.c b/apps/speed.c
index d4ae7ab7bf..db2db31bcd 100644
index 89bf1848..74322241 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -113,6 +113,8 @@
Expand All @@ -50,7 +50,7 @@ index d4ae7ab7bf..db2db31bcd 100644
#define MAX_ECDH_SIZE 256
#define MISALIGN 64
diff --git a/test/rsa_complex.c b/test/rsa_complex.c
index fac581254a..109e613f67 100644
index fac58125..109e613f 100644
--- a/test/rsa_complex.c
+++ b/test/rsa_complex.c
@@ -14,7 +14,9 @@
Expand All @@ -65,5 +65,5 @@ index fac581254a..109e613f67 100644
#endif
#include <openssl/rsa.h>
--
2.31.1
2.45.2

0 comments on commit 1aeeecc

Please sign in to comment.