1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-10-31 21:50:31 +03:00

Add MBEDTLS_ALLOW_PRIVATE_ACCESS to tests drivers

Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
Mateusz Starzyk
2021-05-21 09:33:46 +02:00
parent beb95b4d25
commit f2b11a9a77
8 changed files with 16 additions and 0 deletions

View File

@@ -18,6 +18,8 @@
* limitations under the License.
*/
#define MBEDTLS_ALLOW_PRIVATE_ACCESS
#if !defined(MBEDTLS_CONFIG_FILE)
#include "mbedtls/config.h"
#else