summaryrefslogtreecommitdiffstats
path: root/thirdparty/mbedtls/patches
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-01-30 14:09:13 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-01-30 14:09:13 +0100
commitdec635119eaffb31f566d3cb5a49f49d65e73a69 (patch)
tree4402e9e1ffe3005f958fe1cbb4ae0eeeaabdabad /thirdparty/mbedtls/patches
parent9ab5cedef6de32826b9184e960b3880df3888a5a (diff)
downloadredot-engine-dec635119eaffb31f566d3cb5a49f49d65e73a69.tar.gz
mbedtls: Update to upstream version 2.28.7
Diffstat (limited to 'thirdparty/mbedtls/patches')
-rw-r--r--thirdparty/mbedtls/patches/windows-arm64-hardclock.diff4
-rw-r--r--thirdparty/mbedtls/patches/windows-entropy-bcrypt.diff4
2 files changed, 4 insertions, 4 deletions
diff --git a/thirdparty/mbedtls/patches/windows-arm64-hardclock.diff b/thirdparty/mbedtls/patches/windows-arm64-hardclock.diff
index 721509453a..2b86bb07a1 100644
--- a/thirdparty/mbedtls/patches/windows-arm64-hardclock.diff
+++ b/thirdparty/mbedtls/patches/windows-arm64-hardclock.diff
@@ -1,8 +1,8 @@
diff --git a/thirdparty/mbedtls/library/timing.c b/thirdparty/mbedtls/library/timing.c
-index 94b55b3715..58c2c2730d 100644
+index f2f0a4386b..7ef9f473b5 100644
--- a/thirdparty/mbedtls/library/timing.c
+++ b/thirdparty/mbedtls/library/timing.c
-@@ -190,8 +190,10 @@ unsigned long mbedtls_timing_hardclock(void)
+@@ -178,8 +178,10 @@ unsigned long mbedtls_timing_hardclock(void)
#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
__GNUC__ && __ia64__ */
diff --git a/thirdparty/mbedtls/patches/windows-entropy-bcrypt.diff b/thirdparty/mbedtls/patches/windows-entropy-bcrypt.diff
index 2517687be6..2d743c7a15 100644
--- a/thirdparty/mbedtls/patches/windows-entropy-bcrypt.diff
+++ b/thirdparty/mbedtls/patches/windows-entropy-bcrypt.diff
@@ -1,10 +1,10 @@
Backported from: https://github.com/Mbed-TLS/mbedtls/pull/8047
diff --git a/thirdparty/mbedtls/library/entropy_poll.c b/thirdparty/mbedtls/library/entropy_poll.c
-index 3420616a06..fec2abc2e4 100644
+index cde49e66a0..4c5184686e 100644
--- a/thirdparty/mbedtls/library/entropy_poll.c
+++ b/thirdparty/mbedtls/library/entropy_poll.c
-@@ -51,32 +51,34 @@
+@@ -39,32 +39,34 @@
#if defined(_WIN32) && !defined(EFIX64) && !defined(EFI32)