mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 14:58:44 +00:00
Protecting the ECP hardware acceleratior with mutexes is inconsistent with the philosophy of the library. Pre-existing hardware accelerator interfaces leave concurrency support to the underlying platform. Fixes #863