aboutsummaryrefslogtreecommitdiff
path: root/programs/CMakeLists.txt
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2020-02-26 19:05:33 +0100
committerRonald Cron <ronald.cron@arm.com>2020-03-19 14:07:55 +0100
commit70824f2c9ea28a0c044f14d967ce21899f41441d (patch)
treec41c1d90433894a254748bfb1fdb17f3de5206a6 /programs/CMakeLists.txt
parent4fa9f9f744f3e4f1c1d9045e952f2c42d9da32d3 (diff)
downloadmbedtls-70824f2c9ea28a0c044f14d967ce21899f41441d.zip
mbedtls-70824f2c9ea28a0c044f14d967ce21899f41441d.tar.gz
mbedtls-70824f2c9ea28a0c044f14d967ce21899f41441d.tar.bz2
Revert "Remove programs that depend on TLS or X.509"
This reverts commit 0688e4f2668dab8ad95b734c23b35977134a6d21. Run scripts/generate_visualc_files.pl to account for the added programs.
Diffstat (limited to 'programs/CMakeLists.txt')
-rw-r--r--programs/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt
index b99b44e..661b120 100644
--- a/programs/CMakeLists.txt
+++ b/programs/CMakeLists.txt
@@ -3,5 +3,7 @@ add_subdirectory(hash)
add_subdirectory(pkey)
add_subdirectory(psa)
add_subdirectory(random)
+add_subdirectory(ssl)
add_subdirectory(test)
+add_subdirectory(x509)
add_subdirectory(util)