diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-03-05 22:41:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 22:41:37 +0100 |
commit | da05ca6720cd64c3e0a615b9d1efc31305d759d6 (patch) | |
tree | c840d1508b0fa5f2c62895ae946e6b7a3a0308d4 /thirdparty/mbedtls/patches | |
parent | 93f7c63ba5f14a963c6857eb61dbc032d6d3b66d (diff) | |
parent | e435bed84708edb0c14fb94529fba7665966324f (diff) |
Merge pull request #36823 from akien-mga/mbedtls-2.16.5
mbedtls: Update to upstream version 2.16.5
Diffstat (limited to 'thirdparty/mbedtls/patches')
-rw-r--r-- | thirdparty/mbedtls/patches/padlock.diff | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/thirdparty/mbedtls/patches/padlock.diff b/thirdparty/mbedtls/patches/padlock.diff deleted file mode 100644 index 6ace48891c..0000000000 --- a/thirdparty/mbedtls/patches/padlock.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- a/thirdparty/mbedtls/include/mbedtls/config.h -+++ b/thirdparty/mbedtls/include/mbedtls/config.h -@@ -2477,7 +2477,9 @@ - * - * This modules adds support for the VIA PadLock on x86. - */ --#define MBEDTLS_PADLOCK_C -+// -- GODOT start -- -+// #define MBEDTLS_PADLOCK_C -+// -- GODOT end -- - - /** - * \def MBEDTLS_PEM_PARSE_C |