mirror of
https://github.com/espressif/mbedtls.git
synced 2026-08-22 11:19:51 +00:00
Add define to fuzz/common.c and ssl/ssl_test_lib.c
Signed-off-by: Felix Conway <[email protected]>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#define MBEDTLS_DECLARE_PRIVATE_IDENTIFIERS
|
||||
|
||||
#include "common.h"
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||
*/
|
||||
|
||||
#define MBEDTLS_DECLARE_PRIVATE_IDENTIFIERS
|
||||
|
||||
#include "ssl_test_lib.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user