-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8fa7838
commit 1aeeecc
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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}}) { | ||
|
@@ -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 @@ | ||
|
@@ -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 @@ | ||
|
@@ -65,5 +65,5 @@ index fac581254a..109e613f67 100644 | |
#endif | ||
#include <openssl/rsa.h> | ||
-- | ||
2.31.1 | ||
2.45.2 | ||
|