mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-30 08:56:50 -04:00
Document the base state of platform abstraction
It's `#define mbedtls_xxx xxx` unless some option to override `mbedtls_xxx` is enabled. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
ed1c7f4cd7
commit
04e4c19ee3
@ -11,6 +11,13 @@
|
|||||||
* implementations of these functions, or implementations specific to
|
* implementations of these functions, or implementations specific to
|
||||||
* their platform, which can be statically linked to the library or
|
* their platform, which can be statically linked to the library or
|
||||||
* dynamically configured at runtime.
|
* dynamically configured at runtime.
|
||||||
|
*
|
||||||
|
* When all compilation options related to platform abstraction are
|
||||||
|
* disabled, this header just defines `mbedtls_xxx` function names
|
||||||
|
* as aliases to the standard `xxx` function.
|
||||||
|
*
|
||||||
|
* Most modules in the library and example programs are expected to
|
||||||
|
* include this header.
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* Copyright The Mbed TLS Contributors
|
* Copyright The Mbed TLS Contributors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user