From b763ba4198e071cbb3869f87f16517e0f2b882f9 Mon Sep 17 00:00:00 2001 From: Joe Subbiani Date: Wed, 18 Aug 2021 11:59:16 +0100 Subject: [PATCH] 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 --- library/common.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/library/common.h b/library/common.h index 61254fa905..c06472418d 100644 --- a/library/common.h +++ b/library/common.h @@ -52,13 +52,6 @@ #define MBEDTLS_STATIC_TESTABLE static #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 * * Given a multi-byte integer \p x, MBEDTLS_BYTE_n retrieves the n-th