Move the declaration of query_config() to a dedicated header file

Declaring query_config() belongs with the query_config program, not in
ssl_test_lib.h, so move the declaration to a new header file
query_config.h.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2021-01-12 15:55:10 +01:00
parent b4df754274
commit c772b1822a
6 changed files with 56 additions and 19 deletions

View file

@ -23,6 +23,8 @@
#include MBEDTLS_CONFIG_FILE
#endif
#include "query_config.h"
#if defined(MBEDTLS_PLATFORM_C)
#include "mbedtls/platform.h"
#else