commit | 9b4b02396493d46fac2c9e05eda85ab7190f746c | [log] [tgz] |
---|---|---|
author | Ronald Cron <ronald.cron@arm.com> | Fri Jun 05 11:51:28 2020 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Fri Jun 26 18:10:56 2020 +0200 |
tree | 3c0bcec18d9192360caa6c77a75a46fc224380c5 | |
parent | d915d00b5246aa16fc78c43298632cbc360e88e7 [diff] |
programs: ssl: cmake: Add missing executable Add the missing executable in the list of executables to install. Signed-off-by: Ronald Cron <ronald.cron@arm.com> Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/programs/ssl/CMakeLists.txt b/programs/ssl/CMakeLists.txt index 8664868..0dd4534 100644 --- a/programs/ssl/CMakeLists.txt +++ b/programs/ssl/CMakeLists.txt
@@ -14,6 +14,7 @@ ssl_fork_server ssl_mail_client ssl_server + ssl_server2 ) if(USE_PKCS11_HELPER_LIBRARY)