diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-07-10 15:04:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-10 15:04:16 +0200 |
commit | 27b70914e409b0bdbf4ace17e7929a5537542c58 (patch) | |
tree | 7506b8fdb142bb6a99182ee0fd00bbdbb2b36d34 /modules | |
parent | 04d9f8dbd6b1ec517c2d66db19efa93517933232 (diff) | |
parent | 888379e5131c34278c26c4696918a6cdcebc886b (diff) |
Merge pull request #19422 from Faless/mbedtls_2.10
Bump mbedTLS to version 2.10.0
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/mbedtls/SCsub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mbedtls/SCsub b/modules/mbedtls/SCsub index 38198c9105..40540a857f 100755 --- a/modules/mbedtls/SCsub +++ b/modules/mbedtls/SCsub @@ -11,6 +11,7 @@ if env['builtin_mbedtls']: "aes.c", "aesni.c", "arc4.c", + "aria.c", "asn1parse.c", "asn1write.c", "base64.c", @@ -55,6 +56,7 @@ if env['builtin_mbedtls']: "pk_wrap.c", "pkwrite.c", "platform.c", + "platform_util.c", "ripemd160.c", "rsa.c", "rsa_internal.c", |