mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 12:22:23 +01:00
Use unchecked conversion instead of type conversion to mimic C style conversion from int to unsigned long, avoiding the Ada overflow check that is raised when a negative value is converted to an unsigned type.