mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-24 05:08:41 +00:00
Compilation and test for the `MBEDTLS_RSA_NO_CRT` option were previously guarded by a check for 64-bit systems, for which there is no reason. This commit moves both outside of the guard.