We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue: The line https://github.com/ARMmbed/mbedtls/blob/2ab14bb2ca8cebc3175b076fa42c293a2bc72202/library/x509_crt.c#L371 triggers an signed-to-unsigned integer conversion warning on armcc5. We shouldn't have any warnings regardless of the toolchain.
The text was updated successfully, but these errors were encountered:
Fix signed-to-unsigned integer conversion warning in X.509 module
d717c51
Fixes Mbed-TLS#2212.
783f9c3
No branches or pull requests
Issue: The line https://github.com/ARMmbed/mbedtls/blob/2ab14bb2ca8cebc3175b076fa42c293a2bc72202/library/x509_crt.c#L371
triggers an signed-to-unsigned integer conversion warning on armcc5. We shouldn't have any warnings regardless of the toolchain.
The text was updated successfully, but these errors were encountered: