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

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.
This commit is contained in:
Jaeden Amero
2019-02-28 11:37:23 +00:00
committed by Gilles Peskine
parent 93a0f90dca
commit 7cb47de12a
11 changed files with 16 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ add_executable(zeroize zeroize.c)
target_link_libraries(zeroize ${libs})
add_executable(query_compile_time_config query_compile_time_config.c)
target_sources(query_compile_time_config PUBLIC ../ssl/query_config.c)
target_sources(query_compile_time_config PUBLIC query_config.c)
target_link_libraries(query_compile_time_config ${libs})
install(TARGETS selftest benchmark udp_proxy query_compile_time_config

2667
programs/test/query_config.c Normal file

File diff suppressed because it is too large Load Diff