Skip to content
New issue

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

Remove a redundant function call #225

Merged
merged 1 commit into from
Aug 23, 2019
Merged

Conversation

RonEld
Copy link
Contributor

@RonEld RonEld commented Aug 18, 2019

Remove a call to mbedtls_mpi_bitlen() since the returned value is
overwritten in the line after. This is redundant since da31fa1.
Fixes Mbed-TLS/mbedtls#2377.

Reported by irwir

Remove a call to `mbedtls_mpi_bitlen()` since the returned value is
overwritten in the line after. This is redundant since da31fa1.
Fixes #2377.
@RonEld RonEld added bug Something isn't working needs: review The pull request is ready for review. This generally means that it has no known issues. labels Aug 18, 2019
@RonEld RonEld requested review from yanesca and dgreen-arm August 18, 2019 14:25
@Patater
Copy link
Contributor

Patater commented Aug 23, 2019

CI merge result passed. Merging.

@Patater Patater merged commit 85c78b4 into ARMmbed:development Aug 23, 2019
@Patater Patater removed the needs: review The pull request is ready for review. This generally means that it has no known issues. label Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is this line still needed?
3 participants