Take Cryptographic API outside the XXX_ALT check

The cryptographic API should not be related to whether or not
there is alternative implementation. The API should be same for regular
implementation, and for alternative implementation, so it is defined
outside of the XXX_ALT precompilation check in the cryptographic API header
This commit is contained in:
Ron Eldor
2017-05-18 16:53:08 +03:00
parent 4ba87fc958
commit b2aacec417
14 changed files with 107 additions and 198 deletions

View File

@@ -135,6 +135,9 @@ Changes
* Clarify the documentation of mbedtls_ssl_setup.
* Use (void) when defining functions with no parameters. Contributed by
Joris Aerts. #678
* Put the Cryptographic API outside of the XXX_ALT macro check, so
alternative header file will not need to redefined the same API,
and to force alternative implementer to use the same API.
= mbed TLS 2.7.0 branch released 2018-02-03