summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/pl/unix.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/pl/unix.pl b/util/pl/unix.pl
index b76981dc55..dedfe611a5 100644
--- a/util/pl/unix.pl
+++ b/util/pl/unix.pl
@@ -393,6 +393,8 @@ sub get_tests
'testrsa.pem',
'testsid.pem',
'testss',
+ 'testssl',
+ 'testsslproxy',
);
my $copies = copy_scripts(1, 'test', @copies);
$copies .= copy_scripts(0, 'test', ('smcont.txt'));
@@ -404,6 +406,7 @@ sub get_tests
my @apps = ( 'CA.sh',
'openssl.cnf',
+ 'server2.pem',
);
$copies .= copy_scripts(1, 'apps', @apps);