mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-11-18 14:00:58 +03:00
Rather than sometimes returning an integer, sometimes a boolean and sometimes implicitly returning None, always return 0 for success and 1 for failure. No behavior change for the program as a whole, since the None/True/False values were implicitly converted to the desired numerical value. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
19 KiB
Executable File
19 KiB
Executable File