mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-01-06 11:41:12 +03:00
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:
@@ -40,7 +40,7 @@
|
||||
"Mbed TLS build and the macro expansion of that configuration will be\n" \
|
||||
"printed (if any). Otherwise, 1 will be returned.\n"
|
||||
|
||||
int query_config( const char *config );
|
||||
#include "query_config.h"
|
||||
|
||||
int main( int argc, char *argv[] )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user