commit | c7f8aec493ba407f54a17281952f8568b8e563d9 | [log] [tgz] |
---|---|---|
author | Ronald Cron <ronald.cron@arm.com> | Fri Jun 05 11:51:28 2020 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Jun 25 23:23:52 2020 +0200 |
tree | 7058794d7ef752e7e7ac60bd3fc9cc89d55676d0 | |
parent | fc253b38bb3eff28df7fbb6c9d49701cbb2ba637 [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 9d816b9..1460aa9 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)