mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-10-18 16:08:54 +03:00
Temporarily include private symbols in sample programs
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
@@ -6,6 +6,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define MBEDTLS_ALLOW_PRIVATE_ACCESS
|
#define MBEDTLS_ALLOW_PRIVATE_ACCESS
|
||||||
|
#define MBEDTLS_DECLARE_PRIVATE_IDENTIFIERS
|
||||||
|
|
||||||
|
#include "mbedtls/private/pk_private.h"
|
||||||
|
|
||||||
#include "ssl_test_lib.h"
|
#include "ssl_test_lib.h"
|
||||||
|
|
||||||
|
@@ -7,6 +7,9 @@
|
|||||||
|
|
||||||
#ifndef MBEDTLS_PROGRAMS_SSL_SSL_TEST_LIB_H
|
#ifndef MBEDTLS_PROGRAMS_SSL_SSL_TEST_LIB_H
|
||||||
#define MBEDTLS_PROGRAMS_SSL_SSL_TEST_LIB_H
|
#define MBEDTLS_PROGRAMS_SSL_SSL_TEST_LIB_H
|
||||||
|
#define MBEDTLS_DECLARE_PRIVATE_IDENTIFIERS
|
||||||
|
|
||||||
|
#include "mbedtls/private/pk_private.h"
|
||||||
|
|
||||||
#include "mbedtls/build_info.h"
|
#include "mbedtls/build_info.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user