mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-03 02:41:10 +00:00
Merge remote-tracking branch 'public/pr/1733' into mbedtls-2.1
This commit is contained in:
commit
39f5fcce93
|
@ -10,6 +10,8 @@ Bugfix
|
||||||
calling mbedtls_x509_crt_parse_path().
|
calling mbedtls_x509_crt_parse_path().
|
||||||
* Fix redundant declaration of mbedtls_ssl_list_ciphersuites. Raised by
|
* Fix redundant declaration of mbedtls_ssl_list_ciphersuites. Raised by
|
||||||
TrinityTonic. #1359.
|
TrinityTonic. #1359.
|
||||||
|
* Fix an issue with MicroBlaze support in bn_mul.h which was causing the
|
||||||
|
build to fail. Found by zv-io. Fixes #1651.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Support TLS testing in out-of-source builds using cmake.
|
* Support TLS testing in out-of-source builds using cmake.
|
||||||
|
|
|
@ -520,7 +520,7 @@
|
||||||
"swi r3, %2 \n\t" \
|
"swi r3, %2 \n\t" \
|
||||||
: "=m" (c), "=m" (d), "=m" (s) \
|
: "=m" (c), "=m" (d), "=m" (s) \
|
||||||
: "m" (s), "m" (d), "m" (c), "m" (b) \
|
: "m" (s), "m" (d), "m" (c), "m" (b) \
|
||||||
: "r3", "r4" "r5", "r6", "r7", "r8", \
|
: "r3", "r4", "r5", "r6", "r7", "r8", \
|
||||||
"r9", "r10", "r11", "r12", "r13" \
|
"r9", "r10", "r11", "r12", "r13" \
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue