Add MBEDTLS_ALLOW_PRIVATE_ACCESS to test programs

Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
Mateusz Starzyk 2021-05-19 17:54:54 +02:00
parent 363eb29d4b
commit 6c2e9b6048
16 changed files with 32 additions and 0 deletions

View file

@ -20,6 +20,8 @@
* limitations under the License.
*/
#define MBEDTLS_ALLOW_PRIVATE_ACCESS
#include "ssl_test_lib.h"
#if defined(MBEDTLS_TEST_HOOKS)