mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03: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 <yanray.wang@arm.com>
This commit is contained in:
@@ -20,6 +20,8 @@
|
|||||||
#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
|
||||||
|
|
||||||
|
#include "mbedtls/version.h"
|
||||||
|
|
||||||
#if !defined(MBEDTLS_CONFIG_FILE)
|
#if !defined(MBEDTLS_CONFIG_FILE)
|
||||||
#include "mbedtls/config.h"
|
#include "mbedtls/config.h"
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user