1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-10 21:01:41 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
03c60de0e0 query_config: Move to programs/test
As the SSL programs, like ssl_client2 and ssl_server2, are dependent on
SSL and therefore about to be removed, the only consumer of query_config
is the query_compile_time_config test. As such, it makes sense to move
query_config to be next to what uses it.
2019-03-11 16:48:36 +00:00
8645f733cf Update query_config.c with new macros 2019-02-07 10:38:22 +00:00
ef672f0319 Exclude macros from query_config.c generation 2019-02-07 10:38:22 +00:00
27b3372c45 Fix query_config macro expansion for windows 2019-02-07 10:38:22 +00:00
5aca555391 Fix GCC 0-length printf format string error 2019-02-07 10:38:22 +00:00
109f8b6100 Fix typo in quenerate_query_config.pl comment 2019-02-07 10:38:22 +00:00
88121a96f6 Script generation of query_config.c file 2019-02-07 10:37:39 +00:00