programs/fuzz: Use build_info.h in common.h

Remove direct inclusion of mbedtls_config.h and replace with
build_info.h, as is the convention in Mbed TLS 3.0.

Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
David Horstmann
2022-03-04 05:07:45 -05:00
committed by Andrzej Kurek
parent 5b9cb9e8ca
commit 4e0cc40d0f
+1 -5
View File
@@ -1,8 +1,4 @@
#if !defined(MBEDTLS_CONFIG_FILE)
#include "mbedtls/mbedtls_config.h"
#else
#include MBEDTLS_CONFIG_FILE
#endif
#include "mbedtls/build_info.h"
#if defined(MBEDTLS_HAVE_TIME)
#include "mbedtls/platform_time.h"