Remove a redundant function call

Remove a call to `mbedtls_mpi_bitlen()` since the returned value is
overwritten in the line after. This is redundant since da31fa137a.
Fixes #2377.
This commit is contained in:
Ron Eldor
2019-04-14 17:36:10 +03:00
parent b4128bd0c0
commit ff8d8d72aa
2 changed files with 3 additions and 2 deletions

View File

@@ -38,6 +38,9 @@ Bugfix
for the parameter.
* Add a check for MBEDTLS_X509_CRL_PARSE_C in ssl_server2, guarding the crl
sni entry parameter. Reported by inestlerode in #560.
* Remove redundant line for getting the bitlen of a bignum, since the variable
holding the returned value is overwritten a line after.
Found by irwir in #2377.
Changes
* Return from various debugging routines immediately if the