summaryrefslogtreecommitdiff
path: root/core/crypto
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-01-11 15:03:28 +0100
committerGitHub <noreply@github.com>2022-01-11 15:03:28 +0100
commita074ceefcd74d903579c7b256a07e7e531141b07 (patch)
tree70d5de07a6ef3218e959b0d9651ce42f6f399a7e /core/crypto
parentd40d86b959eea69cea16199390243abdbaa24621 (diff)
parente375cbd094f8040cbf96630f8e065a974090e4d6 (diff)
Merge pull request #56130 from Faless/mbedtls/2.28.0
Diffstat (limited to 'core/crypto')
-rw-r--r--core/crypto/SCsub1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/crypto/SCsub b/core/crypto/SCsub
index 4f3104d84b..1fe2fa5b23 100644
--- a/core/crypto/SCsub
+++ b/core/crypto/SCsub
@@ -30,6 +30,7 @@ if not has_module:
thirdparty_mbedtls_sources = [
"aes.c",
"base64.c",
+ "constant_time.c",
"md5.c",
"sha1.c",
"sha256.c",