mirror of
https://github.com/espressif/mbedtls.git
synced 2026-08-13 15:07:46 +00:00
Fix: include version.h in ssl_test_lib.h
In development, mbedtls/version.h is getting included indirectly in via mbedtls/build_info.h, but this doesn't happen in 2.28. This commit add this dependency in ssl_test_lib.h Signed-off-by: Yanray Wang <[email protected]>
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#ifndef MBEDTLS_PROGRAMS_SSL_SSL_TEST_LIB_H
|
||||
#define MBEDTLS_PROGRAMS_SSL_SSL_TEST_LIB_H
|
||||
|
||||
#include "mbedtls/version.h"
|
||||
|
||||
#if !defined(MBEDTLS_CONFIG_FILE)
|
||||
#include "mbedtls/config.h"
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user