1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Add list_config generation

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu
2021-12-06 13:40:37 +08:00
committed by Gilles Peskine
parent 18a59b7d4c
commit 0abd677ed7
3 changed files with 23 additions and 0 deletions

View File

@@ -39,4 +39,12 @@
*/
int query_config( const char *config );
/** List all enabled configuration symbols
*
* \note This function is defined in `programs/test/query_config.c`
* which is automatically generated by
* `scripts/generate_query_config.pl`.
*/
void list_config( void );
#endif /* MBEDTLS_PROGRAMS_TEST_QUERY_CONFIG_H */