Remove MBEDTLS_TYPE_UDBL option

This commit is contained in:
Andres Amaya Garcia 2017-07-20 17:33:09 +01:00 committed by Simon Butcher
parent 05931979a6
commit 031622ffa2
2 changed files with 1 additions and 16 deletions

View file

@ -19,9 +19,6 @@ API Changes
Changes
* Added config.h option MBEDTLS_NO_UDBL_DIVISION, to prevent the use of
64-bit division.
* Added config.h option MBEDTLS_TYPE_UDBL to allow configuring the
double-width integer type used in the bignum module when the compiler is
unknown.
Bugfix
* Add a check if iv_len is zero, and return an error if it is zero. reported