mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-03 00:36:17 +00:00
Remove macro that does not belong in 2.x
MBEDTLS_ALLOW_PRIVATE_ACCESS existed in development and was copied over whilst cherry-picking commits. Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
This commit is contained in:
parent
ca8a7cf82d
commit
b763ba4198
|
@ -52,13 +52,6 @@
|
||||||
#define MBEDTLS_STATIC_TESTABLE static
|
#define MBEDTLS_STATIC_TESTABLE static
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** Allow library to access its structs' private members.
|
|
||||||
*
|
|
||||||
* Although structs defined in header files are publicly available,
|
|
||||||
* their members are private and should not be accessed by the user.
|
|
||||||
*/
|
|
||||||
#define MBEDTLS_ALLOW_PRIVATE_ACCESS
|
|
||||||
|
|
||||||
/** Byte Reading Macros
|
/** Byte Reading Macros
|
||||||
*
|
*
|
||||||
* Given a multi-byte integer \p x, MBEDTLS_BYTE_n retrieves the n-th
|
* Given a multi-byte integer \p x, MBEDTLS_BYTE_n retrieves the n-th
|
||||||
|
|
Loading…
Reference in a new issue