Merge remote-tracking branch 'origin/pr/2346' into mbedtls-2.16

This commit is contained in:
Jaeden Amero 2019-01-30 17:35:02 +00:00
commit 6f76795bf5
2 changed files with 8 additions and 2 deletions

View file

@ -23,6 +23,7 @@ Bugfix
* Remove a duplicate #include in a sample program. Fixed by Masashi Honma #2326.
* Remove the mbedtls namespacing from the header file, to fix a "file not found"
build error. Fixed by Haijun Gu #2319.
* Fix returning the value 1 when mbedtls_ecdsa_genkey failed.
Changes
* Include configuration file in all header files that use configuration,