summaryrefslogtreecommitdiffstats
path: root/thirdparty/mbedtls/patches/windows-entropy-bcrypt.diff
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2024-01-30 19:35:09 +0100
committerGitHub <noreply@github.com>2024-01-30 19:35:09 +0100
commit313f623b9d102cc8c411ae7cab9518f98c2f87f2 (patch)
treeaa67d5db91e39edc63026d5885ab0dd90021d0f0 /thirdparty/mbedtls/patches/windows-entropy-bcrypt.diff
parent0cce6eb1505f7dd9c0cece2a825b1509cf23f158 (diff)
parentdec635119eaffb31f566d3cb5a49f49d65e73a69 (diff)
downloadredot-engine-313f623b9d102cc8c411ae7cab9518f98c2f87f2.tar.gz
Merge pull request #87738 from akien-mga/mbedtls-2.28.7
mbedtls: Update to upstream version 2.28.7
Diffstat (limited to 'thirdparty/mbedtls/patches/windows-entropy-bcrypt.diff')
-rw-r--r--thirdparty/mbedtls/patches/windows-entropy-bcrypt.diff4
1 files changed, 2 insertions, 2 deletions
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)