mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 20:12:57 +00:00
Fix error `ValueError: invalid literal for int() with base 10:` that is caused when a parameter is given in base 16. Use relevant base when calling `int()` function.